17 lines
389 B
Text
17 lines
389 B
Text
version: "2"
|
|
services:
|
|
deluge:
|
|
image: lscr.io/linuxserver/deluge:latest
|
|
container_name: deluge
|
|
restart: unless-stopped
|
|
environment:
|
|
- UMASK_SET=022
|
|
- TZ=$timezone
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- DELUGE_LOGLEVEL=error
|
|
ports:
|
|
- 127.0.0.1:8085:8112
|
|
volumes:
|
|
- /data/deluge/downloads:/downloads
|
|
- /data/deluge/config:/config
|