Beküldte kami911 -
Transmission webes kliens és háttérszolgáltatás telepítése és indítása Docker konténerben LibreELEC vagy CoreELEC rendszereken:
docker run -d \ --name=9091-transmission \ --net=host \ -e PUID=0 \ -e PGID=0 \ -e TZ=Europe/Paris \ -e USER=transmission \ -e PASS=changeme \ -p 9091:9091 \ -p 51413:51413 \ -p 51413:51413/udp \ -v /storage/.config/dockers/transmission/config:/config \ -v /storage/.config/dockers/transmission/downloads:/downloads \ -v /storage/.config/dockers/transmission/watch:/watch \ --restart unless-stopped \ linuxserver/transmission