mirror of
https://github.com/friendica/friendica
synced 2024-12-24 12:40:16 +00:00
better healtcheck for mariadb
This commit is contained in:
parent
c949032fc7
commit
ab22464d55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
MYSQL_USER: test
|
MYSQL_USER: test
|
||||||
ports:
|
ports:
|
||||||
- 3306/tcp
|
- 3306/tcp
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
|
|
Loading…
Reference in a new issue