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=(
2828 [diyhue]=" diyHue"
2929 [homebridge]=" Homebridge"
3030 [python]=" Python 3"
31+ [qbittorrent]=" qbittorrent"
3132 [zigbee2mqttassistant]=" zigbee2mqttassistant"
3233)
3334declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres"
3435 " 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 " )
3637
3738sys_arch=$( uname -m)
3839
You can’t perform that action at this time.
0 commit comments