mirror of
https://github.com/linuxserver/docker-ombi.git
synced 2026-02-05 10:59:40 +08:00
Exec notify
This commit is contained in:
parent
0a8c8c28e4
commit
d6cf4ab9bf
@ -4,5 +4,6 @@ if [[ -n "${BASE_URL}" ]]; then
|
||||
EXTRA_PARAM="--baseurl ${BASE_URL}"
|
||||
fi
|
||||
|
||||
s6-notifyoncheck -d -n 60 -w 5000 -c "nc -z 127.0.0.1 3579" \
|
||||
cd /app/ombi s6-setuidgid abc /app/ombi/Ombi --storage "/config" --host http://*:3579 ${EXTRA_PARAM}
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 3579" \
|
||||
cd /app/ombi s6-setuidgid abc /app/ombi/Ombi --storage "/config" --host http://*:3579 ${EXTRA_PARAM}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user