mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
parent
88a91e0769
commit
a8b6a40f13
3 changed files with 6 additions and 5 deletions
2
dist/docker/entrypoint.sh
vendored
2
dist/docker/entrypoint.sh
vendored
|
@ -18,4 +18,4 @@ else
|
|||
sed -i '/^\[LegalNotice\]$/{$!{N;s|\(\[LegalNotice\]\nAccepted=\).*|\1false|}}' /config/qBittorrent/qBittorrent.conf
|
||||
fi
|
||||
|
||||
HOME="/config" XDG_CONFIG_HOME="/config" XDG_DATA_HOME="/config" qbittorrent-nox --webui-port=$WEBUI_PORT
|
||||
HOME="/config" XDG_CONFIG_HOME="/config" XDG_DATA_HOME="/data" qbittorrent-nox --webui-port=$WEBUI_PORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue