Fix broken compose file
This commit is contained in:
parent
f433a50652
commit
1fbdb89141
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue