actions: update mariadb healthcheck
This commit is contained in:
parent
95727335a7
commit
3ec42fffaa
4
.github/workflows/docker-build-static.yml
vendored
4
.github/workflows/docker-build-static.yml
vendored
@ -186,7 +186,7 @@ jobs:
|
|||||||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
||||||
options: >-
|
options: >-
|
||||||
--name mariadb
|
--name mariadb
|
||||||
--health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
--health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
@ -281,7 +281,7 @@ jobs:
|
|||||||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
||||||
options: >-
|
options: >-
|
||||||
--name mariadb
|
--name mariadb
|
||||||
--health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
--health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
||||||
|
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user