Skip to content

Instantly share code, notes, and snippets.

@maxdanilov
Created January 14, 2018 18:35
Show Gist options
  • Save maxdanilov/6b5d164e6f4084ce39ecc2da17b5f8a5 to your computer and use it in GitHub Desktop.
Save maxdanilov/6b5d164e6f4084ce39ecc2da17b5f8a5 to your computer and use it in GitHub Desktop.
docker-compose.yml for deluge
version: "2.3"
services:
deluge:
image: linuxserver/deluge
network_mode: host
container_name: deluge
restart: always
environment:
- UMASK_SET=022
- PGID=0
- PUID=0
- TZ=Europe/Berlin
volumes:
- /root/Downloads:/downloads
- /etc/deluge/config:/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment