Bot Updating Templated Files

LICENSE
LinuxServer-CI 2019-03-25 15:23:04 +01:00
rodzic c3a2230e38
commit 3765c80f25
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -43,6 +43,7 @@ docker create \
-p 6881:6881/udp \
-p 8080:8080 \
-v </path/to/appdata/config>:/config \
-v </path/to/downloads>:/downloads \
--restart unless-stopped \
linuxserver/qbittorrent
```
@ -67,6 +68,7 @@ services:
- WEBUI_PORT=8080
volumes:
- </path/to/appdata/config>:/config
- </path/to/downloads>:/downloads
ports:
- 6881:6881
- 6881:6881/udp
@ -102,6 +104,7 @@ Docker images are configured using parameters passed at runtime (such as those a
| Volume | Function |
| :----: | --- |
| `/config` | Contains all relevant configuration files. |
| `/downloads` | Location of downloads on disk. |