---
version: "2"
services:
deluge:
image: linuxserver/deluge:2.1.1
container_name: deluge
network_mode: host
restart: unless-stopped
environment:
- UMASK_SET=022 # for umask setting of deluge, default if left unset is 022
- TZ=Europe/London # Specify a timezone to use
- PUID=1000 # for UserID
- PGID=1000 # for GroupID
- DELUGE_LOGLEVEL=error # set the loglevel output when running Deluge, default is info for deluged and warning for delgued-web
volumes:
- /host/path/to/downloads:/downloads # torrent download directory
- /host/path/to/config:/config # deluge configs