Skip to content

Commit 7d2f491

Browse files
authored
Merge pull request #426 from boraozgen/readme-update
Update example compose file mariadb healthcheck command
2 parents 096ea7f + 923dffa commit 7d2f491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ services:
142142
volumes:
143143
- /opt/wallabag/data:/var/lib/mysql
144144
healthcheck:
145-
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
145+
test: ["CMD", "/usr/local/bin/healthcheck.sh", "--innodb_initialized"]
146146
interval: 20s
147147
timeout: 3s
148148
redis:

0 commit comments

Comments
 (0)