Compare commits
No commits in common. "babf90dcfd82b47be87d49bd8b8b76c08c922c72" and "2efa943ab3ae7ec5702fb55ab058729e32806c87" have entirely different histories.
babf90dcfd
...
2efa943ab3
1 changed files with 3 additions and 2 deletions
|
|
@ -18,9 +18,10 @@ services:
|
|||
- monitoring_network
|
||||
|
||||
backup-mongo:
|
||||
image: mongo:8
|
||||
image: mongo:4.4
|
||||
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