mirror of
https://github.com/friendica/friendica
synced 2024-12-26 14:00:15 +00:00
remove interactive timeout
This commit is contained in:
parent
6985808624
commit
7176ba5a0a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
@ -16,7 +16,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 --interactive-timeout=28800
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue