Skip to content

Instantly share code, notes, and snippets.

@retraut
Created November 27, 2019 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retraut/cc42155e72b64d30eb8bdfb3e4d4b7a9 to your computer and use it in GitHub Desktop.
Save retraut/cc42155e72b64d30eb8bdfb3e4d4b7a9 to your computer and use it in GitHub Desktop.
docker run -d \
-p 137:137/udp \
-p 138:138/udp \
-p 139:139 \
-p 445:445 \
-p 445:445/udp \
--restart='always' \
--hostname 'Pi' \
-v /mnt/disk/deluge/data:/share/stick \
--name samba dastrasmue/rpi-samba:v3 \
-u "user:user" \
-s "Torrents (readonly):/share/stick:ro:"
sudo docker run -d -v /home/pi/deluge/config:/config -v /mnt/disk/deluge/data:/data -p 58846:58846 -p 80:8112 --name=deluge
jordancrawford/rpi-deluge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment