mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-03 07:29:59 +08:00
Add support for search engine
Also mount /tmp as writable, this is required by qbt and not just for the search engine functionality.
This commit is contained in:
parent
0e456f33c1
commit
7562e0e870
5
dist/docker/Dockerfile
vendored
5
dist/docker/Dockerfile
vendored
@ -42,8 +42,11 @@ RUN \
|
||||
apk --no-cache add \
|
||||
doas \
|
||||
libtorrent-rasterbar \
|
||||
python3 \
|
||||
qt6-qtbase \
|
||||
tini && \
|
||||
tini
|
||||
|
||||
RUN \
|
||||
adduser \
|
||||
-D \
|
||||
-H \
|
||||
|
1
dist/docker/Readme.md
vendored
1
dist/docker/Readme.md
vendored
@ -37,6 +37,7 @@ docker build \
|
||||
-it \
|
||||
--read-only \
|
||||
--rm \
|
||||
--tmpfs /tmp \
|
||||
--name qbittorrent-nox \
|
||||
-e QBT_EULA \
|
||||
-e QBT_WEBUI_PORT \
|
||||
|
Loading…
Reference in New Issue
Block a user