Изменил(а) на 'docker-compose.yml'
This commit is contained in:
parent
15d5321704
commit
70385fd500
|
@ -15,19 +15,11 @@ services:
|
|||
env_file:
|
||||
- mongo.env
|
||||
ports:
|
||||
- ${HOST}:28003:27017
|
||||
- 27017
|
||||
volumes:
|
||||
- mongodata:/data/db
|
||||
- mongoconfig:/data/configdb
|
||||
|
||||
# mongo-express:
|
||||
# image: mongo-express
|
||||
# restart: always
|
||||
# ports:
|
||||
# - ${HOST}:8090:8081
|
||||
# env_file:
|
||||
# - mongo.env
|
||||
|
||||
volumes:
|
||||
mongodata:
|
||||
mongoconfig:
|
||||
|
|
Loading…
Reference in New Issue