mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-06-28 09:18:23 -04:00
Exec notify
This commit is contained in:
parent
dde6f08046
commit
c828bd5ccd
1 changed files with 3 additions and 2 deletions
|
@ -2,5 +2,6 @@
|
||||||
|
|
||||||
WEBUI_PORT=${WEBUI_PORT:-8080}
|
WEBUI_PORT=${WEBUI_PORT:-8080}
|
||||||
|
|
||||||
s6-notifyoncheck -d -n 12 -c "nc -z 127.0.0.1 ${WEBUI_PORT}" \
|
exec \
|
||||||
s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}"
|
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${WEBUI_PORT}" \
|
||||||
|
s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue