Initial commit
This commit is contained in:
5
webapp/qbittorrent/.env.example
Normal file
5
webapp/qbittorrent/.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
PUID=
|
||||
PGID=
|
||||
TZ=
|
||||
WEBUI_PORT=
|
||||
TORRENTING_PORT=
|
||||
14
webapp/qbittorrent/compose.yml
Normal file
14
webapp/qbittorrent/compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
hostname: qbittorrent.jojo
|
||||
volumes:
|
||||
- ./config:/config
|
||||
# - /mnt/c/Users/$USER/Downloads/:/downloads #optional
|
||||
- ~/Downloads/:/downloads
|
||||
ports:
|
||||
- 5555:8080
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user