Browse Source

Add support for search engine

Also mount /tmp as writable, this is required by qbt and not just for
the search engine functionality.
adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
7562e0e870
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 5
      dist/docker/Dockerfile
  2. 1
      dist/docker/Readme.md

5
dist/docker/Dockerfile vendored

@ -42,8 +42,11 @@ RUN \ @@ -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

@ -37,6 +37,7 @@ docker build \ @@ -37,6 +37,7 @@ docker build \
-it \
--read-only \
--rm \
--tmpfs /tmp \
--name qbittorrent-nox \
-e QBT_EULA \
-e QBT_WEBUI_PORT \

Loading…
Cancel
Save