Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leon-anavi/ca45d2c0064f8fd93ad362781b7762de to your computer and use it in GitHub Desktop.
Save leon-anavi/ca45d2c0064f8fd93ad362781b7762de to your computer and use it in GitHub Desktop.
libreELEC
docker pull linuxserver/transmission
docker run -d \
--name=transmission \
-e PUID=$(id -u) \
-e PGID=$(id -g) \
-e TZ=Europe/Sofia \
-p 9091:9091 \
-p 51413:51413 \
-p 51413:51413/udp \
-v $HOME/transmission/config:/config \
-v $HOME/transmission/downloads:/downloads \
-v $HOME/transmission/watch:/watch \
--restart unless-stopped \
linuxserver/transmission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment