Skip to content

Commit

Permalink
materialize-mysql: fix docker healthcheck for mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Oct 29, 2024
1 parent 1660259 commit 7b361a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materialize-mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
networks:
- flow-test
healthcheck:
test: [ "CMD", "mysql", "-h", "127.0.0.1", "-u", "$MYSQL_USER", "--password=$MYSQL_PASSWORD", "--port", "3306", "--execute", "SHOW DATABASES;"]
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
interval: 1s
retries: 30
ports:
Expand Down

0 comments on commit 7b361a5

Please sign in to comment.