Skip to content

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 3, 2023
1 parent a91b2ae commit 581faeb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,19 +230,19 @@ tutorial:
networks:
- default
expose:
- "3000"
- "3001"
- '3000'
- '3001'
ports:
- "3000:3000"
- "3001:3001"
- '3000:3000'
- '3001:3001'
environment:
- "DEBUG=tutorial:*"
- "PORT=3000"
- "IOTA_HTTP_HOST=iot-agent"
- "IOTA_HTTP_PORT=7896"
- "DUMMY_DEVICES_PORT=3001"
- "DUMMY_DEVICES_API_KEY=4jggokgpepnvsb2uv4s40d59ov"
- "DUMMY_DEVICES_TRANSPORT=HTTP"
- 'DEBUG=tutorial:*'
- 'PORT=3000'
- 'IOTA_HTTP_HOST=iot-agent'
- 'IOTA_HTTP_PORT=7896'
- 'DUMMY_DEVICES_PORT=3001'
- 'DUMMY_DEVICES_API_KEY=4jggokgpepnvsb2uv4s40d59ov'
- 'DUMMY_DEVICES_TRANSPORT=HTTP'
```

The `tutorial` container is listening on two ports:
Expand Down Expand Up @@ -281,11 +281,11 @@ iot-agent:
networks:
- default
expose:
- "4041"
- "7896"
- '4041'
- '7896'
ports:
- "4041:4041"
- "7896:7896"
- '4041:4041'
- '7896:7896'
environment:
- IOTA_CB_HOST=orion
- IOTA_CB_PORT=1026
Expand Down

0 comments on commit 581faeb

Please sign in to comment.