Update compose file
This commit is contained in:
+1
-2
@@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
mongodb:
|
||||
image: mongodb/mongodb-community-server
|
||||
image: mongo:latest
|
||||
container_name: tort-mongodb
|
||||
restart: always
|
||||
network_mode: bridge
|
||||
@@ -31,4 +31,3 @@ services:
|
||||
MONGO_PORT: ${MONGO_PORT}
|
||||
MONGO_USER: ${MONGO_USER}
|
||||
MONGO_PASS: ${MONGO_PASS}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user