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