mirror of
https://github.com/linuxserver/docker-sabnzbd.git
synced 2026-02-20 00:24:17 +08:00
Use localhost for readiness checks
This commit is contained in:
parent
a68da5458c
commit
bb91420247
@ -14,6 +14,6 @@ if [[ -f "/config/sabnzbd.ini" ]]; then
|
||||
fi
|
||||
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${WEBUI_PORT:-8080}" \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost ${WEBUI_PORT:-8080}" \
|
||||
s6-setuidgid abc python3 /app/sabnzbd/SABnzbd.py \
|
||||
--config-file /config --server "$FAMILY"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user