mirror of
https://github.com/friendica/friendica
synced 2024-12-24 00:00:25 +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
|
||||
ports:
|
||||
- 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:
|
||||
image: redis
|
||||
|
|
Loading…
Reference in a new issue