update docker-compose.yml file to run at midnight
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
This commit is contained in:
parent
06fb3b5ea1
commit
ec608c86e5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- "BT_DOCKER_URL=unix:///var/run/docker.sock"
|
||||
- BT_CRON=* * * * * # Backup every day at midnight
|
||||
- BT_CRON=0 0 * * * # Backup every day at midnight
|
||||
- BT_THREADS=4 # Number of threads to use for backups
|
||||
- BT_BACKUP_DIR=/backups
|
||||
- BT_LOG_LEVEL=info
|
||||
|
|
Loading…
Add table
Reference in a new issue