Skip to content

Commit cb3e1b0

Browse files
committed
added transmission container
1 parent 1f146f0 commit cb3e1b0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

menu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)