More timeout on docker start ?

This commit is contained in:
Nicolas Patry 2024-10-28 08:30:45 +01:00
parent 3a9cdc3241
commit 5bab8c9368
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -557,7 +557,7 @@ def launcher(event_loop):
devices=devices,
volumes=volumes,
ports={"80/tcp": port},
healthcheck={"timeout": int(10 * 1e9)},
healthcheck={"timeout": int(60 * 1e9), "retries": 2}, # 60s
shm_size="1G",
)