diff --git a/docker-compose.yml b/docker-compose.yml index 97d96fc..636af61 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: