fixed compose
This commit is contained in:
parent
09d7496c93
commit
82f49079ab
|
@ -10,7 +10,7 @@ services:
|
|||
env_file:
|
||||
- bot.env
|
||||
mongo:
|
||||
image: mongo
|
||||
image: mongo:4
|
||||
restart: always
|
||||
env_file:
|
||||
- mongo.env
|
||||
|
@ -20,13 +20,13 @@ services:
|
|||
- mongodata:/data/db
|
||||
- mongoconfig:/data/configdb
|
||||
|
||||
mongo-express:
|
||||
image: mongo-express
|
||||
restart: always
|
||||
ports:
|
||||
- ${HOST}:8090:8081
|
||||
env_file:
|
||||
- mongo.env
|
||||
# mongo-express:
|
||||
# image: mongo-express
|
||||
# restart: always
|
||||
# ports:
|
||||
# - ${HOST}:8090:8081
|
||||
# env_file:
|
||||
# - mongo.env
|
||||
|
||||
volumes:
|
||||
mongodata:
|
||||
|
|
Loading…
Reference in New Issue