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