Add docker-data/ and related stuff
This commit is contained in:
parent
3dce030740
commit
51867cdb60
5 changed files with 67 additions and 4 deletions
19
docker-data/transmission/docker-compose.yml
Normal file
19
docker-data/transmission/docker-compose.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
version: "2.1"
|
||||
services:
|
||||
transmission:
|
||||
image: lscr.io/linuxserver/transmission:latest
|
||||
container_name: transmission
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
- TRANSMISSION_WEB_HOME=/combustion-release/ #optional
|
||||
volumes:
|
||||
- ./data:/config
|
||||
- ./downloads:/downloads
|
||||
- ./watch:/watch
|
||||
ports:
|
||||
- 9091:9091
|
||||
- 51413:51413
|
||||
- 51413:51413/udp
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue