diff --git a/linux/ecosystem/qbittorrent/docker-entrypoint.sh b/linux/ecosystem/qbittorrent/docker-entrypoint.sh index 94b2ef603..191e15a21 100755 --- a/linux/ecosystem/qbittorrent/docker-entrypoint.sh +++ b/linux/ecosystem/qbittorrent/docker-entrypoint.sh @@ -11,4 +11,4 @@ echo "[qbittorrent] Starting `qbittorrent-nox -v`..." echo "======================================================" tail -n 512 -f ${QBT_PROFILES_DIR}/qBittorrent_${QBT_PROFILE_NAME}/data/logs/* & -exec qbittorrent-nox -d --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=${QBT_PORT_WEBUI} +exec qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=${QBT_PORT_WEBUI}