Compare commits
No commits in common. "9e483a6846f4861795444b0855683e71fbfbe01b" and "babf90dcfd82b47be87d49bd8b8b76c08c922c72" have entirely different histories.
9e483a6846
...
babf90dcfd
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@ services:
|
||||||
backup-mongo:
|
backup-mongo:
|
||||||
image: mongo:8
|
image: mongo:8
|
||||||
container_name: backup-mongo
|
container_name: backup-mongo
|
||||||
restart: "no"
|
restart: always
|
||||||
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