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+ transmission :
2+ image : linuxserver/transmission
3+ container_name : transmission
4+ environment :
5+ - PUID=1000
6+ - PGID=1000
7+ - TZ=Europe/Rome
8+ volumes :
9+ - transm_config_volume:/config
10+ - transm_download_volume:/downloads
11+ - transm_watch_volume:/watch
12+ ports :
13+ - 9091:9091
14+ - 51413:51413
15+ - 51413:51413/udp
16+ restart : unless-stopped
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ declare -A cont_array=(
88 [nodered]=" Node-RED"
99 [influxdb]=" InfluxDB"
1010 [telegraf]=" Telegraf (Requires InfluxDB and Mosquitto)"
11+ [transmission]=" transmission"
1112 [grafana]=" Grafana"
1213 [mosquitto]=" Eclipse-Mosquitto"
1314 [postgres]=" Postgres"
@@ -30,7 +31,7 @@ declare -A cont_array=(
3031 [python]=" Python 3"
3132
3233)
33- declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres"
34+ declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres" " transmission "
3435 " adminer" " openhab" " zigbee2mqtt" " pihole" " plex" " tasmoadmin" " rtl_433" " espruinohub"
3536 " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" )
3637
You can’t perform that action at this time.
0 commit comments