Add qbittorrent
This commit is contained in:
18
qbittorrent/docker-compose.yml
Normal file
18
qbittorrent/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
qbittorrent:
|
||||||
|
image: linuxserver/qbittorrent:latest
|
||||||
|
container_name: qbittorrent
|
||||||
|
environment:
|
||||||
|
- PUID=${PUID}
|
||||||
|
- PGID=${PGID}
|
||||||
|
- TZ=${TZ}
|
||||||
|
- WEBUI_PORT=${WEBUI_PORT}
|
||||||
|
- TORRENTING_PORT=${TORRENTING_PORT}
|
||||||
|
volumes:
|
||||||
|
- ${APPDATA_PATH}/qbittorrent/config:/config
|
||||||
|
- ${DOWNLOADS_PATH}:/downloads
|
||||||
|
ports:
|
||||||
|
- "${WEBUI_PORT}:${WEBUI_PORT}"
|
||||||
|
- "${TORRENTING_PORT}:${TORRENTING_PORT}"
|
||||||
|
- "${TORRENTING_PORT}:${TORRENTING_PORT}/udp"
|
||||||
|
restart: unless-stopped
|
Reference in New Issue
Block a user