This commit is contained in:
traveler 2024-12-27 15:09:05 -06:00
parent 5a903a0eec
commit 9886b50751
2 changed files with 33 additions and 0 deletions

View file

@ -1,26 +0,0 @@
services:
gluetun:
image: qmcgaw/gluetun
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
volumes:
- /data/nfs/Baxter/Docker/gluetun:/gluetun
networks:
- 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