torrents
This commit is contained in:
26
services/transmission/docker-compose.yml
Normal file
26
services/transmission/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user