diff --git a/docker-compose.yml b/docker-compose.yml index 279bf2a..6b81245 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -309,16 +309,13 @@ services: - PORT_PERSIST=1 - PORT_SCRIPT=/pia-shared/portupdate-qbittorrent.sh - FIREWALL=0 + - ACTIVE_HEALTHCHECKS=1 + - RECONNECT=1 sysctls: - net.ipv4.conf.all.src_valid_mark=1 - net.ipv6.conf.default.disable_ipv6=1 - net.ipv6.conf.all.disable_ipv6=1 - net.ipv6.conf.lo.disable_ipv6=1 - healthcheck: - test: ping -c 1 www.google.com || exit 1 - interval: 30s - timeout: 10s - retries: 3 restart: always unpackerr: image: ghcr.io/unpackerr/unpackerr:latest