File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ qbittorrent :
2+ image : linuxserver/qbittorrent
3+ container_name : qbittorrent
4+ environment :
5+ - PUID=1000
6+ - PGID=1000
7+ - UMASK_SET=022
8+ - WEBUI_PORT=15080
9+ volumes :
10+ - ./volumes/qbittorrent/config:/config
11+ - ./volumes/qbittorrent/downloads:/downloads
12+ ports :
13+ - 6881:6881
14+ - 6881:6881/udp
15+ - 15080:15080
16+ - 1080:1080
Original file line number Diff line number Diff line change @@ -45,8 +45,10 @@ declare -A cont_array=(
4545 [homebridge]=" Homebridge"
4646 [python]=" Python 3"
4747 [gitea]=" Gitea"
48+ [qbittorrent]=" qbittorrent"
4849 [domoticz]=" Domoticz"
4950 [dozzle]=" Dozzle"
51+ # add yours here
5052)
5153
5254declare -a armhf_keys=(
@@ -77,6 +79,7 @@ declare -a armhf_keys=(
7779 " homebridge"
7880 " python"
7981 " gitea"
82+ " qbittorrent"
8083 " domoticz"
8184 " dozzle"
8285 # add yours here
You can’t perform that action at this time.
0 commit comments