mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 04:34:23 +00:00
feat(docker-compose): add docker-backup container name
This commit is contained in:
@@ -89,6 +89,7 @@ services:
|
|||||||
volume-backup:
|
volume-backup:
|
||||||
image: offen/docker-volume-backup
|
image: offen/docker-volume-backup
|
||||||
restart: always
|
restart: always
|
||||||
|
container_name: volume-backup
|
||||||
environment:
|
environment:
|
||||||
BACKUP_NAME: etc_wireguard
|
BACKUP_NAME: etc_wireguard
|
||||||
BACKUP_CRON_EXPRESSION: "0 0 * * *"
|
BACKUP_CRON_EXPRESSION: "0 0 * * *"
|
||||||
|
|||||||
Reference in New Issue
Block a user