mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 18:36:44 +00:00
add files
This commit is contained in:
18
transmission/README.md
Normal file
18
transmission/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Deploy transmission in docker
|
||||
|
||||
## Deploy
|
||||
|
||||
```bash
|
||||
docker run \
|
||||
--name transmission \
|
||||
-d \
|
||||
--restart always \
|
||||
--publish 9091:9091 \
|
||||
--publish 51413:51413 \
|
||||
--publish 51413:51413/udp \
|
||||
--mount type=bind,src=/etc/localtime,dst=/etc/localtime,readonly \
|
||||
--mount type=bind,src=/Downloads,dst=/root/Dowloads/ \
|
||||
--mount type=bind,src=/data/trasmission/config/,dst=/var/lib/transmission/config/ \
|
||||
newnius/transmission
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user