deluge
This commit is contained in:
20
services/deluge/docker-compose.yml
Normal file
20
services/deluge/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
deluge:
|
||||||
|
image: lscr.io/linuxserver/deluge:latest
|
||||||
|
container_name: deluge
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Etc/MSK
|
||||||
|
- DELUGE_LOGLEVEL=error #optional
|
||||||
|
volumes:
|
||||||
|
- ./data/config:/config
|
||||||
|
- ./data/downloads:/downloads
|
||||||
|
- /mnt/Teka1/Videos:/mnt/Teka1/Videos
|
||||||
|
- /mnt/Teka2/Videos:/mnt/Teka2/Videos
|
||||||
|
ports:
|
||||||
|
- 8112:8112 # Web UI
|
||||||
|
- 6881:6881 # Inbound torrent traffic
|
||||||
|
- 6881:6881/udp # Inbound torrent traffic
|
||||||
|
restart: always
|
||||||
Reference in New Issue
Block a user