1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-13 07:48:51 +00:00

remove interactive timeout

This commit is contained in:
Art4 2024-11-06 23:02:24 +00:00
parent 6985808624
commit 7176ba5a0a

View file

@ -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: