fixed compose

This commit is contained in:
nefrace 2023-09-10 13:44:25 +03:00
parent 09d7496c93
commit 82f49079ab
1 changed files with 8 additions and 8 deletions

View File

@ -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: