This commit is contained in:
2024-09-05 14:44:00 +02:00
parent 74e2c7491a
commit 8c2cfdee98

View File

@@ -1,8 +1,6 @@
version: '3.7'
services:
mongo:
image: mongo:4.4
image: mongo:5
restart: unless-stopped
ports:
- "27017:27017"
@@ -10,6 +8,5 @@ services:
# - '--config'
# - '/config/mongod-conf.yml'
volumes:
- ./data:/data/db
- ./shared:/shared
- ./data:/data/db
- ./shared:/shared