ingress
This commit is contained in:
4
services/transmission/.gitignore
vendored
Normal file
4
services/transmission/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
data/config/**/*
|
||||
data/**/*.resume
|
||||
data/**/*.torrent
|
||||
!data/config/settings.json
|
||||
@@ -4,10 +4,9 @@ services:
|
||||
image: lscr.io/linuxserver/transmission:latest
|
||||
container_name: transmission
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PUID=0
|
||||
- PGID=1000
|
||||
- TZ=Etc/MSK
|
||||
# - TRANSMISSION_WEB_HOME= #optional
|
||||
- USER=torrent
|
||||
- PASS=torrent
|
||||
# - WHITELIST= #optional
|
||||
@@ -17,10 +16,8 @@ services:
|
||||
- /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
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user