Add docker-data/ and related stuff

This commit is contained in:
--global 2022-12-14 13:32:40 -06:00
parent 3dce030740
commit 51867cdb60
5 changed files with 67 additions and 4 deletions

View 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