Skip to content

Commit 15cb81b

Browse files
committed
fix wrong database service reference in example compose.yaml
Signed-off-by: Avi Deitcher <avi@deitcher.net>
1 parent c6d56c4 commit 15cb81b

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)