fix(bazarr): Increase healthcheck time

This commit is contained in:
Adrien Poupa
2025-05-23 22:56:56 +02:00
committed by GitHub
parent ab87e33805
commit 8c9ff6d4f4

View File

@ -144,7 +144,7 @@ services:
restart: always
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:6767/bazarr/ping"]
interval: 5s
interval: 30s
retries: 10
labels:
- traefik.enable=true