Skip to content

Commit e21ee61

Browse files
committed
Format README
1 parent c9eb7e5 commit e21ee61

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -235,20 +235,20 @@ tutorial:
235235
networks:
236236
- default
237237
expose:
238-
- "3000"
239-
- "3001"
238+
- '3000'
239+
- '3001'
240240
ports:
241-
- "3000:3000"
242-
- "3001:3001"
241+
- '3000:3000'
242+
- '3001:3001'
243243
environment:
244-
- "DEBUG=tutorial:*"
245-
- "PORT=3000"
246-
- "IOTA_HTTP_HOST=iot-agent"
247-
- "IOTA_HTTP_PORT=7896"
248-
- "DUMMY_DEVICES_PORT=3001"
249-
- "DUMMY_DEVICES_API_KEY=4jggokgpepnvsb2uv4s40d59ov"
250-
- "DUMMY_DEVICES_TRANSPORT=HTTP"
251-
- "DUMMY_DEVICES_PAYLOAD=JSON"
244+
- 'DEBUG=tutorial:*'
245+
- 'PORT=3000'
246+
- 'IOTA_HTTP_HOST=iot-agent'
247+
- 'IOTA_HTTP_PORT=7896'
248+
- 'DUMMY_DEVICES_PORT=3001'
249+
- 'DUMMY_DEVICES_API_KEY=4jggokgpepnvsb2uv4s40d59ov'
250+
- 'DUMMY_DEVICES_TRANSPORT=HTTP'
251+
- 'DUMMY_DEVICES_PAYLOAD=JSON'
252252
```
253253
254254
The `tutorial` container is listening on two ports:
@@ -288,11 +288,11 @@ iot-agent:
288288
networks:
289289
- default
290290
expose:
291-
- "4041"
292-
- "7896"
291+
- '4041'
292+
- '7896'
293293
ports:
294-
- "4041:4041"
295-
- "7896:7896"
294+
- '4041:4041'
295+
- '7896:7896'
296296
environment:
297297
- IOTA_CB_HOST=orion
298298
- IOTA_CB_PORT=1026

0 commit comments

Comments
 (0)