auf mogo 4.4 downgraded wegen CPU incompatible

This commit is contained in:
Czechman 2023-01-07 12:37:54 +01:00
parent 68f6f7b3ac
commit 5fcb7ec5cc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services: services:
mongodb: mongodb:
image: "mongo:5.0" image: "mongo:4.4"
volumes: volumes:
- "mongodb_data:/data/db" - "mongodb_data:/data/db"
restart: "on-failure" restart: "on-failure"