Some checks failed
continuous-integration/drone/push Build encountered an error
20 lines
514 B
YAML
20 lines
514 B
YAML
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
|
|
|