Skip to content

Commit

Permalink
Merge pull request #199 from jason-fox/patch-2
Browse files Browse the repository at this point in the history
Correct name of mongodb
  • Loading branch information
fgalan authored Sep 19, 2019
2 parents 2fb1fb2 + e477450 commit 02dc681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ services:
- "IOTA_CB_PORT=1026"
- "IOTA_NORTH_PORT=4041"
- "IOTA_REGISTRY_TYPE=mongodb"
- "IOTA_MONGO_HOST=mongo-db"
- "IOTA_MONGO_HOST=mongodb"
- "IOTA_MONGO_PORT=27017"
- "IOTA_MONGO_DB=iotagent-lwm2m"
- "LWM2M_PORT=5684"

mongodb:
image: mongo:3.6
hostname: mongo-db
hostname: mongodb
container_name: db-mongo
ports:
- "27017:27017"
Expand Down

0 comments on commit 02dc681

Please sign in to comment.