Update for Transmission 4.0.0.

This commit is contained in:
taudris 2023-02-09 02:26:15 -08:00
parent 565633ff78
commit af75afc480
1 changed files with 3 additions and 4 deletions

View File

@ -2,15 +2,14 @@ version: "3.8"
services: services:
transmission: transmission:
image: lscr.io/linuxserver/transmission image: linuxserver/transmission
#image: transmission
container_name: transmission container_name: transmission
environment: environment:
- PUID=1001 #set to match the user that has permission to the volume mount - PUID=1001 #set to match the user that has permission to the volume mount
- PGID=1001 #set to match the user that has permission to the volume mount - PGID=1001 #set to match the user that has permission to the volume mount
- TZ=America/Los_Angeles - TZ=America/Los_Angeles
#Specify an alternative UI. Options are: /combustion-release/, /transmission-web-control/, /kettu/, /flood-for-transmission/ #Specify an alternative UI. Options are: /combustion-release/, /transmission-web-control/, /kettu/, /flood-for-transmission/
- TRANSMISSION_WEB_HOME=/flood-for-transmission/ #optional #- TRANSMISSION_WEB_HOME=/flood-for-transmission/ #optional
#- TRANSMISSION_WEB_HOME=/transmission-web-control/ #optional #- TRANSMISSION_WEB_HOME=/transmission-web-control/ #optional
#- USER=MewseKee #optional #- USER=MewseKee #optional
#- PASS=Mewmewm3w #optional #- PASS=Mewmewm3w #optional