mirror of
https://github.com/casjaysdevdocker/tools
synced 2026-01-27 04:34:39 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
11
transmission.sh
Normal file
11
transmission.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
mkdir -p /var/lib/docker/storage/transmission-daemon/{etc,watch,downloads} && chmod -Rf 777 /var/lib/docker/storage/transmission-daemon
|
||||
|
||||
docker run -d --name=transmission \
|
||||
--restart=always \
|
||||
-v /var/lib/docker/storage/transmission-daemon/etc:/config \
|
||||
-v /var/lib/docker/storage/transmission-daemon/downloads:/downloads \
|
||||
-v /var/lib/docker/storage/transmission-daemon/watch:/watch \
|
||||
-v /mnt/torrents:/mnt/torrents \
|
||||
-p 9091:9091 -p 51415:51413 \
|
||||
-p 51413:51413/udp \
|
||||
registry.casjay.in/latest/transmission:latest
|
||||
Reference in New Issue
Block a user