Modified Compose
This commit is contained in:
parent
09cf1dcea8
commit
ebb8d3ca93
|
@ -15,7 +15,7 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- mongo.env
|
- mongo.env
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:28002:27017
|
- ${HOST}:28003:27017
|
||||||
volumes:
|
volumes:
|
||||||
- mongodata:/data/db
|
- mongodata:/data/db
|
||||||
- mongoconfig:/data/configdb
|
- mongoconfig:/data/configdb
|
||||||
|
@ -24,7 +24,7 @@ services:
|
||||||
image: mongo-express
|
image: mongo-express
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8088:8081
|
- ${HOST}:8090:8081
|
||||||
env_file:
|
env_file:
|
||||||
- mongo.env
|
- mongo.env
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue