From c2b310d9a0cd988467a05253b9740dacf1923872 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 1 Jan 2025 22:46:42 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-qbittorrent.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-qbittorrent.md b/docs/images/docker-qbittorrent.md index 3165676b2..5f620fd6b 100644 --- a/docs/images/docker-qbittorrent.md +++ b/docs/images/docker-qbittorrent.md @@ -55,7 +55,7 @@ If you are running a very old (3.x) kernel you may run into [this issue](https:/ Due to issues with CSRF and port mapping, should you require to alter the port for the web UI you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port. -For example, to set the port to 8090 you need to set -p 8090:8090 and -e WEBUI_PORT=8090 +For example, to set the port to 8090 you need to set -p 8123:8123 and -e WEBUI_PORT=8123 ### TORRENTING_PORT @@ -67,6 +67,10 @@ Similarly to the WEBUI_PORT, to set the port to 6887 you need to pass -p 6887:68 This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/). +## Non-Root Operation + +This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/). + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -152,6 +156,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :-----: | --- | | `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). | +| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). | ## Environment variables from files (Docker secrets)