diff --git a/stacks/transmission/docker-compose.yml b/stacks/transmission/docker-compose.yml index 1e8b65d..a24c71d 100644 --- a/stacks/transmission/docker-compose.yml +++ b/stacks/transmission/docker-compose.yml @@ -2,15 +2,14 @@ version: "3.8" services: transmission: - image: lscr.io/linuxserver/transmission - #image: transmission + image: linuxserver/transmission container_name: transmission environment: - 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 - TZ=America/Los_Angeles #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 #- USER=MewseKee #optional #- PASS=Mewmewm3w #optional @@ -24,4 +23,4 @@ services: - /etc/transmission/torrent-files/.config:/config - /etc/transmission/torrent-files/Pickup:/watch - /etc/transmission/torrents:/downloads/ - restart: unless-stopped \ No newline at end of file + restart: unless-stopped