File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ The instance can be configurd via environnment variables:
2222* ` DOWNLOAD_DIRECTORY_PATH ` : directory path you want to have the ZIM files stored
2323* ` DATA_PORT ` : TCP & UDP ports for the data exchanges
2424* ` ADMIN_PORT ` : TCP admin port for qBittorrent
25+ * ` DOWNLOAD_DIRECTORY_MODE=ro ` if the ZIM files are already downloaded and you don't want any data to be downloaded from qBittorrent.
2526
2627You can gather this conf in an environment file for example and run for example:
2728``` bash
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 image : linuxserver/qbittorrent:4.4.1
66 container_name : qbittorrent
77 volumes :
8- - " ${DOWNLOAD_DIRECTORY_PATH:?Specify a DOWNLOAD_DIRECTORY_PATH environment value}:/downloads"
8+ - " ${DOWNLOAD_DIRECTORY_PATH:?Specify a DOWNLOAD_DIRECTORY_PATH environment value}:/downloads:${DOWNLOAD_DIRECTORY_MODE:-rw} "
99 ports :
1010 - " ${DATA_PORT:-6881}:6881/udp"
1111 - " ${DATA_PORT:-6881}:6881/tcp"
You can’t perform that action at this time.
0 commit comments