diff --git a/compose.yml b/compose.yml index f3ab954..7833521 100644 --- a/compose.yml +++ b/compose.yml @@ -77,8 +77,7 @@ services: labels: - "backupbot.backup=true" - "backupbot.backup.pre-hook=/mysql_backup.sh backup" - - "backupbot.backup.post-hook=rm -f /var/lib/mysql/backup.sql.gz" - - "backupbot.backup.path=/var/lib/mysql/backup.sql.gz" + - "backupbot.backup.volumes.mysql.path=backup.sql.gz" - "backupbot.restore.post-hook=/mysql_backup.sh restore" healthcheck: