Remove service instruction and add openvpn subnet to net_local

This commit is contained in:
2025-06-14 11:20:03 +02:00
parent 547d617ebd
commit 637b9b5ed9
+1 -2
View File
@@ -1,4 +1,3 @@
version: "3.9"
services:
vpn:
image: ghcr.io/bubuntux/nordvpn
@@ -16,7 +15,7 @@ services:
- TOKEN=e9f2ab75cf15245acccf48938176063b7eda427acf5b76d45ccfa8b41da4bcb7
- CONNECT=--group P2P Switzerland
- TECHNOLOGY=NordLynx
- NET_LOCAL=192.168.10.0/24,192.168.1.0/24 # So it can be accessed within the local network
- NET_LOCAL=192.168.10.0/24,192.168.1.0/24,10.0.9.0/24 # So it can be accessed within the local network
- DNS = 8.8.8.8,8.8.4.4
- TZ=Europe/Paris
sysctls: