Adding Gluetun
parent
fbc37a096f
commit
d9936ad0f0
|
@ -96,6 +96,23 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=US/Eastern
|
- 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
|
# Downloaders
|
||||||
sabnzbd:
|
sabnzbd:
|
||||||
image: linuxserver/sabnzbd
|
image: linuxserver/sabnzbd
|
||||||
|
|
Loading…
Reference in New Issue