Complete Sentinel repair with MongoDB 8 #4

Merged
sascha merged 1 commit from sentinel-mongo8-repair-20260729 into main 2026-07-29 15:53:35 +02:00

View file

@ -20,7 +20,8 @@ services:
backup-mongo:
image: mongo:8
container_name: backup-mongo
restart: always
restart: "no"
command: ["mongod", "--repair", "--dbpath", "/data/db"]
volumes:
- /app-config/backup_mongo_data:/data/db
networks: