Rebase to Alpine, build from source (#147)

This commit is contained in:
Adam
2022-01-09 11:38:59 +00:00
committed by GitHub
parent bc82fbd112
commit ae8a2b630c
10 changed files with 352 additions and 326 deletions

View File

@@ -2,10 +2,5 @@
WEBUI_PORT=${WEBUI_PORT:-8080}
if [ -n "${UMASK_SET}" ] && [ -z "${UMASK}" ]; then
echo -e "You are using a legacy method of defining umask\nplease update your environment variable from UMASK_SET to UMASK\nto keep the functionality after July 2021"
umask ${UMASK_SET}
fi
exec \
s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}"