mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 21:33:28 +01:00
Fix docker-compose.yml example
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
links:
|
||||
- example-db
|
||||
volumes:
|
||||
- ./backups:/backups
|
||||
- ./backups:/backup
|
||||
environment:
|
||||
- DB_TYPE=mariadb
|
||||
- DB_HOST=example-db
|
||||
@@ -32,7 +32,6 @@ services:
|
||||
- MD5=TRUE
|
||||
- COMPRESSION=XZ
|
||||
- SPLIT_DB=FALSE
|
||||
|
||||
restart: always
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user