Add deluge
This commit is contained in:
parent
55b53fdc5b
commit
f85a6c92f8
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
deluge:
|
||||
image: lscr.io/linuxserver/deluge:latest
|
||||
container_name: deluge
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=100
|
||||
- TZ=Europe/Prague
|
||||
- DELUGE_LOGLEVEL=error #optional
|
||||
volumes:
|
||||
- /docker/deluge/config:/config
|
||||
- /srv/mergerfs/storage/seed:/downloads
|
||||
ports:
|
||||
- 8112:8112
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue