Skip to content

Commit

Permalink
Update docker-compose.yml (#356)
Browse files Browse the repository at this point in the history
Fix transmission env problem: 
This image no longer bundles 3rd party Transmission UI packages. You
will need to either remove the TRANSMISSION_WEB_HOME environment
variable from your container or source a UI package yourself and update
the path to match We would advise you to use subfolders under /config to
store your UI packages so that they survive upgrades
  • Loading branch information
raller1028 authored Dec 4, 2023
1 parent a524685 commit afda90e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Apps/Transmission/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
PEERPORT: "51413"
PGID: "1000"
PUID: "1000"
TRANSMISSION_WEB_HOME: /transmission-web-control/
TZ: Europe/London
USER: casaos
image: linuxserver/transmission:4.0.4
Expand Down

0 comments on commit afda90e

Please sign in to comment.