Skip to content

Commit

Permalink
Merge pull request #21 from docksal/develop
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
lmakarov authored Feb 21, 2022
2 parents cd6666d + f041303 commit 351d5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaults:
shell: bash

env:
IMAGE: docksal/mariabdb
IMAGE: docksal/mariadb
#DOCKSAL_VERSION: develop

jobs:
Expand Down
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 351d5ed

Please sign in to comment.