Skip to content

Instantly share code, notes, and snippets.

@doitian
Last active June 23, 2023 10:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doitian/f39808ea87545bc93b3076acb659069c to your computer and use it in GitHub Desktop.
Save doitian/f39808ea87545bc93b3076acb659069c to your computer and use it in GitHub Desktop.
[Transmission Docker Compose] #docker #qnap #nas
---
version: "2.1"
services:
transmission:
image: linuxserver/transmission
container_name: transmission
environment:
- PUID=1000
- PGID=0
- TZ=Asia/Shanghai
volumes:
- /share/Transmission/config:/config
- /share/Transmission/downloads:/downloads
- /share/Transmission/watch:/watch
ports:
- 9091:9091
- 51413:51413
- 51413:51413/udp
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment