diff --git a/12_torrent/docker-compose.yml b/12_torrent/docker-compose.yml index b3216b7..0cb4aab 100644 --- a/12_torrent/docker-compose.yml +++ b/12_torrent/docker-compose.yml @@ -92,9 +92,10 @@ services: restart: unless-stopped healthcheck: - test: ["CMD", "wget", "-qO-", "http://127.0.0.1:9999"] + test: ["CMD-SHELL", "/gluetun-entrypoint healthcheck"] interval: 5s timeout: 5s + start_period: 10s retries: 10 @@ -107,7 +108,7 @@ services: - PGID=1000 - TZ=Europe/Paris - WEBUI_PORT=8090 - #- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent + - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent volumes: - /home/docker/BitDen/config:/config - /mnt/bindmounts/multimedia/Downloads:/downloads