linuxserver / docker-tautulli

http://linuxserver.io
GNU General Public License v3.0
213 stars 40 forks source link

Feature request: Healthcheck #87

Closed modem7 closed 4 years ago

modem7 commented 4 years ago

linuxserver.io

Expected Behavior

Implement Healthcheck

Current Behavior

No Healthcheck

Steps to Reproduce

https://github.com/Tautulli/Tautulli-Docker/blob/master/Dockerfile

HEALTHCHECK --start-period=90s CMD curl -ILfSs http://localhost:8181/status > /dev/null || curl -ILfkSs https://localhost:8181/status > /dev/null || exit 1

aptalca commented 4 years ago

See the discussion here: https://github.com/linuxserver/docker-tautulli/issues/79#issuecomment-522371251