mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2025-10-28 03:27:40 +09:00
Oh, it was already using the health endpoint
This commit is contained in:
@@ -13,6 +13,6 @@ export \
|
|||||||
JELLYFIN_WEB_DIR="/usr/share/jellyfin/web"
|
JELLYFIN_WEB_DIR="/usr/share/jellyfin/web"
|
||||||
|
|
||||||
exec \
|
exec \
|
||||||
s6-notifyoncheck -d -n 300 -w 1000 -c "curl -s --output /dev/null http://localhost:8096/health" \
|
s6-notifyoncheck -d -n 300 -w 1000 \
|
||||||
s6-setuidgid abc /usr/bin/jellyfin \
|
s6-setuidgid abc /usr/bin/jellyfin \
|
||||||
--ffmpeg="${FFMPEG_PATH}"
|
--ffmpeg="${FFMPEG_PATH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user