mirror of
				https://github.com/tborychowski/self-hosted-cookbook.git
				synced 2025-11-03 23:37:32 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			623 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			623 B
		
	
	
	
	
	
	
	
Deluge
- weird
 - ugly
 - can't disable password
 
docker-compose.yml
---
version: "2.1"
services:
  deluge:
    image: linuxserver/deluge
    container_name: deluge
    restart: unless-stopped
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Dublin
#      - UMASK_SET=022 #optional
#      - DELUGE_LOGLEVEL=error #optional
    ports:
      - 3124:8112
    volumes:
      - ./config:/config
      - ./downloads:/downloads