Created
April 13, 2018 03:09
-
-
Save yknext/31b62248bd3c8e4fb894cb6454863ed4 to your computer and use it in GitHub Desktop.
docker transmission
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
transmission: | |
image: linuxserver/transmission | |
privileged: false | |
restart: "on-failure" | |
ports: | |
- 9091:9091 | |
- 51413:51413 | |
- 51413:51413/udp | |
volumes: | |
- /etc/localtime:/etc/localtime:ro | |
- /hd2t/TDDOWNLOAD:/downloads | |
- /hd2t/TDDOWNLOAD/config:/config | |
- /hd2t/TDDOWNLOAD/watch:/watch | |
environment: | |
PGID: 0 | |
PUID: 0 | |
TZ: "Asia/Shanghai" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment