Fix docker-compose.yml example

This commit is contained in:
Dave Conroy
2019-10-19 09:08:20 -07:00
parent 33c942551a
commit 65c879172f

View File

@@ -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