Skip to content

Commit 65c8791

Browse files
committed
Fix docker-compose.yml example
1 parent 33c9425 commit 65c8791

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
links:
2020
- example-db
2121
volumes:
22-
- ./backups:/backups
22+
- ./backups:/backup
2323
environment:
2424
- DB_TYPE=mariadb
2525
- DB_HOST=example-db
@@ -32,7 +32,6 @@ services:
3232
- MD5=TRUE
3333
- COMPRESSION=XZ
3434
- SPLIT_DB=FALSE
35-
3635
restart: always
3736

3837

0 commit comments

Comments
 (0)