Skip to content

Instantly share code, notes, and snippets.

@yknext
Created April 13, 2018 03:09
Show Gist options
  • Save yknext/31b62248bd3c8e4fb894cb6454863ed4 to your computer and use it in GitHub Desktop.
Save yknext/31b62248bd3c8e4fb894cb6454863ed4 to your computer and use it in GitHub Desktop.
docker transmission
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