fix: restore Sentinel MongoDB 8 runtime
This commit is contained in:
parent
2efa943ab3
commit
4ca0a601b2
1 changed files with 2 additions and 3 deletions
|
|
@ -18,10 +18,9 @@ services:
|
|||
- monitoring_network
|
||||
|
||||
backup-mongo:
|
||||
image: mongo:4.4
|
||||
image: mongo:8
|
||||
container_name: backup-mongo
|
||||
restart: "no"
|
||||
command: ["mongod", "--repair", "--dbpath", "/data/db"]
|
||||
restart: always
|
||||
volumes:
|
||||
- /app-config/backup_mongo_data:/data/db
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue