diff --git a/media/compose.yml b/media/compose.yml index f492917..e7c7f13 100644 --- a/media/compose.yml +++ b/media/compose.yml @@ -27,8 +27,8 @@ services: - TZ=${TZ} healthcheck: test: ["CMD", "curl", "-f", "http://localhost:11011/health"] - interval: 30s - timeout: 10s + interval: 600s + timeout: 30s start_period: 30s retries: 3 networks: @@ -39,7 +39,6 @@ services: volumes: - ${DOCKER_CONFIGS}/cleanuparr/config:/config - flaresolverr: container_name: flaresolverr image: ghcr.io/flaresolverr/flaresolverr:latest