Skip to content

Commit 872209d

Browse files
authored
Merge pull request #381 from databacker/compose-typo
fix wrong database service reference in example compose.yaml
2 parents c6d56c4 + 15cb81b commit 872209d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
COMPRESSION: bzip2
5050
command: dump
5151
depends_on:
52-
test-database:
52+
mysql:
5353
condition: service_healthy
5454

5555
mysql-backup-multiple-targets:
@@ -67,7 +67,7 @@ services:
6767
TZ: UTC
6868
command: dump
6969
depends_on:
70-
test-database:
70+
mysql:
7171
condition: service_healthy
7272
volumes:
7373
- backup:/db

0 commit comments

Comments
 (0)