Advertisement
astalush

Untitled

Dec 8th, 2019
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. docker create --name=rutorrent \
  2. -v /opt/rutorrent:/config \
  3. -v /home/megatron/downloads:/downloads \
  4. -e PGID=1000 -e PUID=1000 \
  5. -e TZ=<timezone> \
  6. -p 80:80 -p 5000:5000 \
  7. -p 51413:51413 -p 6881:6881/udp \
  8. horjulf/rutorrent-autodl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement