diff --git a/12_torrent/docker-compose.yml b/12_torrent/docker-compose.yml index 0cb4aab..a6051e6 100644 --- a/12_torrent/docker-compose.yml +++ b/12_torrent/docker-compose.yml @@ -92,7 +92,7 @@ services: restart: unless-stopped healthcheck: - test: ["CMD-SHELL", "/gluetun-entrypoint healthcheck"] + test: ["CMD", "wget", "-qO-", "http://127.0.0.1:9999"] interval: 5s timeout: 5s start_period: 10s