Downgrading mongo to run on leto

This commit is contained in:
2023-03-13 15:42:00 +01:00
parent 2b784850c7
commit 4a4fca0a40

View File

@@ -28,7 +28,7 @@ services:
- "80:80" - "80:80"
mongo: mongo:
image: "mongo" image: "mongo:4.4.18"
restart: always restart: always
ports: ports:
- "27017:27017" - "27017:27017"