Skip to content

Commit

Permalink
Update example compose file mariadb healthcheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
boraozgen authored Nov 11, 2024
1 parent 4143013 commit 7716fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ services:
volumes:
- /opt/wallabag/data:/var/lib/mysql
healthcheck:
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
test: ["CMD", "/usr/local/bin/healthcheck.sh", "--innodb_initialized"]
interval: 20s
timeout: 3s
redis:
Expand Down

0 comments on commit 7716fbf

Please sign in to comment.