This commit is contained in:
2023-06-23 19:46:04 +00:00
parent 3d860a23d3
commit a59a2704c7
930 changed files with 1514 additions and 3 deletions

View File

@@ -0,0 +1,26 @@
version: '3'
services:
app:
image: lscr.io/linuxserver/transmission:latest
container_name: transmission
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/MSK
# - TRANSMISSION_WEB_HOME= #optional
- USER=torrent
- PASS=torrent
# - WHITELIST= #optional
# - PEERPORT= #optional
# - HOST_WHITELIST= #optional
volumes:
- /mnt/Teka1/Videos:/mnt/Teka1/Videos
- /mnt/Teka2/Videos:/mnt/Teka2/Videos
- ./data/config:/config
# - /path/to/downloads:/downloads
# - /path/to/watch/folder:/watch
ports:
- 9091:9091
- 51413:51413
- 51413:51413/udp
restart: always