Update compose file

This commit is contained in:
IgorVolochay
2026-08-13 12:02:36 +03:00
parent ecc2237abd
commit 3d47bfd776
+1 -2
View File
@@ -2,7 +2,7 @@ version: '3.8'
services: services:
mongodb: mongodb:
image: mongodb/mongodb-community-server image: mongo:latest
container_name: tort-mongodb container_name: tort-mongodb
restart: always restart: always
network_mode: bridge network_mode: bridge
@@ -31,4 +31,3 @@ services:
MONGO_PORT: ${MONGO_PORT} MONGO_PORT: ${MONGO_PORT}
MONGO_USER: ${MONGO_USER} MONGO_USER: ${MONGO_USER}
MONGO_PASS: ${MONGO_PASS} MONGO_PASS: ${MONGO_PASS}