Compare commits
2 commits
babf90dcfd
...
9e483a6846
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e483a6846 | |||
| fcc48aa647 |
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue