File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
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 @@ -28,11 +28,12 @@ declare -A cont_array=(
28
28
[diyhue]=" diyHue"
29
29
[homebridge]=" Homebridge"
30
30
[python]=" Python 3"
31
+ [qbittorrent]=" qbittorrent"
31
32
[zigbee2mqttassistant]=" zigbee2mqttassistant"
32
33
)
33
34
declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres"
34
35
" adminer" " openhab" " zigbee2mqtt" " pihole" " plex" " tasmoadmin" " rtl_433" " espruinohub"
35
- " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" " zigbee2mqttassistant" )
36
+ " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" " zigbee2mqttassistant" " qbittorrent " )
36
37
37
38
sys_arch=$( uname -m)
38
39
You can’t perform that action at this time.
0 commit comments