Compare commits
No commits in common. "cc848d6497291ea7c62d20769e3da53b53763a1a" and "9e483a6846f4861795444b0855683e71fbfbe01b" have entirely different histories.
cc848d6497
...
9e483a6846
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ services:
|
||||||
backup-mongo:
|
backup-mongo:
|
||||||
image: mongo:8
|
image: mongo:8
|
||||||
container_name: backup-mongo
|
container_name: backup-mongo
|
||||||
restart: always
|
restart: "no"
|
||||||
|
command: ["mongod", "--repair", "--dbpath", "/data/db"]
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/backup_mongo_data:/data/db
|
- /app-config/backup_mongo_data:/data/db
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue