diff --git a/docker/README.md b/docker/README.md index 1d4cf18..5fdc984 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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"