Compare commits
2 Commits
c2b2d7c7b7
...
737585197e
Author | SHA1 | Date |
---|---|---|
|
737585197e | |
|
ebb8d3ca93 |
|
@ -15,7 +15,7 @@ services:
|
|||
env_file:
|
||||
- mongo.env
|
||||
ports:
|
||||
- 127.0.0.1:28002:27017
|
||||
- ${HOST}:28003:27017
|
||||
volumes:
|
||||
- mongodata:/data/db
|
||||
- mongoconfig:/data/configdb
|
||||
|
@ -24,7 +24,7 @@ services:
|
|||
image: mongo-express
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:8088:8081
|
||||
- ${HOST}:8090:8081
|
||||
env_file:
|
||||
- mongo.env
|
||||
|
||||
|
|
Loading…
Reference in New Issue