Skip to content

Commit

Permalink
Merge pull request #30 from docksal/develop
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
lmakarov authored Feb 21, 2022
2 parents e2a4e6c + 31824a7 commit 3f63c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

mysqladmin ping -u root --password=$MYSQL_ROOT_PASSWORD | grep -i 'mysqld is alive' || exit 1
mysqladmin ping --host=127.0.0.1 --port=3306 --user=root --password=$MYSQL_ROOT_PASSWORD | grep -i 'mysqld is alive' || exit 1

exit 0

0 comments on commit 3f63c4e

Please sign in to comment.