Skip to content

Commit fe1a54f

Browse files
Bot Updating Templated Files
1 parent 5682583 commit fe1a54f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ docker create \
5959
-p 6881:6881/udp \
6060
-p 8080:8080 \
6161
-v </path/to/appdata/config>:/config \
62+
-v </path/to/downloads>:/downloads \
6263
--restart unless-stopped \
6364
linuxserver/qbittorrent
6465
```
@@ -83,6 +84,7 @@ services:
8384
- WEBUI_PORT=8080
8485
volumes:
8586
- </path/to/appdata/config>:/config
87+
- </path/to/downloads>:/downloads
8688
ports:
8789
- 6881:6881
8890
- 6881:6881/udp
@@ -105,6 +107,7 @@ Container images are configured using parameters passed at runtime (such as thos
105107
| `-e UMASK_SET=022` | for umask setting of qbittorrent, optional , default if left unset is 022 |
106108
| `-e WEBUI_PORT=8080` | for changing the port of the webui, see below for explanation |
107109
| `-v /config` | Contains all relevant configuration files. |
110+
| `-v /downloads` | Location of downloads on disk. |
108111

109112
## User / Group Identifiers
110113

0 commit comments

Comments
 (0)