Untitled

 avatar
unknown
plain_text
a year ago
447 B
5
Indexable
docker run -d \
  --name=9091-transmission \
  --net=host \
  -e PUID=0 \
  -e PGID=0 \
  -e TZ=Europe/Paris \
  -e USER=transmission \
  -e PASS=libreelec \
  -p 9091:9091 \
  -p 51413:51413 \
  -p 51413:51413/udp \
  -v /storage/.config/dockers/transmission/config:/config \
  -v /var/media/WD_BLACK/Arc/nEWS/downloads:/downloads \
  -v /storage/.config/dockers/transmission/watch:/watch \
  --restart unless-stopped \
  linuxserver/transmission
Editor is loading...