Compare commits
	
		
			2 Commits 
		
	
	
		
			0c5e237a69
			...
			7d2cd6ff0c
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								 | 
						7d2cd6ff0c | |
| 
							
							
								 | 
						d9936ad0f0 | 
| 
						 | 
				
			
			@ -96,6 +96,23 @@ services:
 | 
			
		|||
    - PGID=1000
 | 
			
		||||
    - TZ=US/Eastern
 | 
			
		||||
 | 
			
		||||
  # VPN
 | 
			
		||||
  gluetun:
 | 
			
		||||
    image: qmcgaw/gluetun
 | 
			
		||||
    container_name: gluetun
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    cap_add:
 | 
			
		||||
    - NET_ADMIN
 | 
			
		||||
    volumes:
 | 
			
		||||
    - /dockers/gluetun:/gluetun
 | 
			
		||||
    - /docker/configs/wg0.conf:/gluetun/wireguard/wg0.conf
 | 
			
		||||
    environment:
 | 
			
		||||
    - VPN_SERVICE_PROVIDER=custom
 | 
			
		||||
    - VPN_TYPE=wireguard
 | 
			
		||||
    ports:
 | 
			
		||||
    - 9080:9080 #qbittorrent
 | 
			
		||||
    - "52000-52010:52000-52010/udp"
 | 
			
		||||
 | 
			
		||||
  # Downloaders
 | 
			
		||||
  sabnzbd:
 | 
			
		||||
    image: linuxserver/sabnzbd
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue