mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 14:45:23 +00:00
Fix broken compose file
This commit is contained in:
@@ -24,7 +24,6 @@ services:
|
||||
image: mysql
|
||||
labels:
|
||||
restic-volume-backup.mysql: true
|
||||
restic-volume-backup.
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=my-secret-pw
|
||||
- MYSQL_DATABASE=mydb
|
||||
@@ -34,4 +33,4 @@ services:
|
||||
- mysqldata:/var/lib/mysql
|
||||
|
||||
volumes:
|
||||
mysqldata:
|
||||
mysqldata:
|
||||
|
Reference in New Issue
Block a user