Skip to content

Commit

Permalink
fix docker healthhceck
Browse files Browse the repository at this point in the history
  • Loading branch information
h2Entwicklung committed Jun 12, 2023
1 parent abc6251 commit 8d5d584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
image: mariadb:latest
hostname: ${RANDOMTAG}db-odc
healthcheck:
test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost" ]
test: [ "CMD", "mariadb-admin" ,"ping", "-h", "localhost","-ptest" ]
timeout: 20s
retries: 10
environment:
Expand Down

0 comments on commit 8d5d584

Please sign in to comment.