Compare commits
No commits in common. "737585197eebc35565463d3660cfdb49c059b585" and "c2b2d7c7b7856cc9600a068bcdab6390e5bc9a2f" have entirely different histories.
737585197e
...
c2b2d7c7b7
|
@ -15,7 +15,7 @@ services:
|
|||
env_file:
|
||||
- mongo.env
|
||||
ports:
|
||||
- ${HOST}:28003:27017
|
||||
- 127.0.0.1:28002:27017
|
||||
volumes:
|
||||
- mongodata:/data/db
|
||||
- mongoconfig:/data/configdb
|
||||
|
@ -24,7 +24,7 @@ services:
|
|||
image: mongo-express
|
||||
restart: always
|
||||
ports:
|
||||
- ${HOST}:8090:8081
|
||||
- 127.0.0.1:8088:8081
|
||||
env_file:
|
||||
- mongo.env
|
||||
|
||||
|
|
Loading…
Reference in New Issue