sad
This commit is contained in:
parent
7d39d7cc1a
commit
3c89b317e1
1 changed files with 26 additions and 0 deletions
26
vpn.yaml
Normal file
26
vpn.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
services:
|
||||||
|
gluetun:
|
||||||
|
image: qmcgaw/gluetun
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
devices:
|
||||||
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
volumes:
|
||||||
|
- /data/nfs/Baxter/Docker/gluetun:/gluetun
|
||||||
|
network:
|
||||||
|
- netgrimoire
|
||||||
|
environment:
|
||||||
|
- VPN_SERVICE_PROVIDER=private internet access
|
||||||
|
- OPENVPN_USER=p1016182
|
||||||
|
- OPENVPN_PASSWORD=F@lcon12
|
||||||
|
- SERVER_REGIONS=Netherlands
|
||||||
|
- TZ=America/Chicago
|
||||||
|
- PGID=998
|
||||||
|
- PUID=1001
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue