Rename up-qbittorrent.sh to up.sh

This commit is contained in:
Alexandre
2021-04-23 22:32:57 +02:00
committed by GitHub
parent 304293f7e6
commit b010e24790

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bashio
WEBUI_PORT=${WEBUI_PORT:-8080}
exec s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}"