Compare commits
No commits in common. "2efa943ab3ae7ec5702fb55ab058729e32806c87" and "c3595ae79fb51903af9fbcb30915c42985ab4239" have entirely different histories.
2efa943ab3
...
c3595ae79f
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@ services:
|
|||
backup-mongo:
|
||||
image: mongo:4.4
|
||||
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