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