Compare commits
No commits in common. "7d2cd6ff0c3ee623d5e18d5c71c9c8bffd18d8fc" and "0c5e237a69553ec0821efa785e4363d56ccd97fb" have entirely different histories.
7d2cd6ff0c
...
0c5e237a69
|
@ -96,23 +96,6 @@ 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