This commit is contained in:
19
docker-compose.yaml
Normal file
19
docker-compose.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
version: '3.2'
|
||||||
|
services:
|
||||||
|
deluge-openvpn:
|
||||||
|
volumes:
|
||||||
|
- './downloads/:/download'
|
||||||
|
- './config/:/config'
|
||||||
|
environment:
|
||||||
|
- OPENVPN_PROVIDER=nordvpn
|
||||||
|
- OPENVPN_USERNAME=aaaaaaaaaaa
|
||||||
|
- OPENVPN_PASSWORD=xxxxxxxxxxx
|
||||||
|
- LOCAL_NETWORK=192.168.0.0/16
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
sysctls:
|
||||||
|
- net.ipv6.conf.all.disable_ipv6=1
|
||||||
|
ports:
|
||||||
|
- '8112:8112'
|
||||||
|
image: bottledpills/deluge-openvpn
|
||||||
|
|
||||||
Reference in New Issue
Block a user