Remove service instruction and add openvpn subnet to net_local
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
|||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
vpn:
|
vpn:
|
||||||
image: ghcr.io/bubuntux/nordvpn
|
image: ghcr.io/bubuntux/nordvpn
|
||||||
@@ -16,7 +15,7 @@ services:
|
|||||||
- TOKEN=e9f2ab75cf15245acccf48938176063b7eda427acf5b76d45ccfa8b41da4bcb7
|
- TOKEN=e9f2ab75cf15245acccf48938176063b7eda427acf5b76d45ccfa8b41da4bcb7
|
||||||
- CONNECT=--group P2P Switzerland
|
- CONNECT=--group P2P Switzerland
|
||||||
- TECHNOLOGY=NordLynx
|
- 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
|
- DNS = 8.8.8.8,8.8.4.4
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
sysctls:
|
sysctls:
|
||||||
|
|||||||
Reference in New Issue
Block a user