Latest Jackett release from linuxserver/jackett with the HEALTHCHECK option enabled
153
Based on Linuxserver/jackett, just with support for Docker Healthcheck added. I needed this so that Willfarrell/autoheal could do the magic without manual intervention from me. Please check their respective repositoires for detailed info.
--name=jackett \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=America/New_York \
-e AUTO_UPDATE=true `#optional, enabled by default` \
-v <path to data>:/config \
-v <path to blackhole>:/downloads \
--restart unless-stopped \
siddhant-k/jackett-healthcheck
docker run -d \
--name autoheal \
--restart=always \
-e AUTOHEAL_CONTAINER_LABEL=all \
-v /var/run/docker.sock:/var/run/docker.sock \
willfarrell/autoheal
That's it.
Content type
Image
Digest
Size
98.5 MB
Last updated
about 6 years ago
docker pull linuxpad/jackett-healthcheck