changed docker compose
This commit is contained in:
+2
-1
@@ -75,10 +75,11 @@ services:
|
|||||||
WG_PORT: "51830"
|
WG_PORT: "51830"
|
||||||
WG_DEFAULT_DNS: "172.25.0.5"
|
WG_DEFAULT_DNS: "172.25.0.5"
|
||||||
WG_ALLOWED_IPS: 172.25.0.0/24
|
WG_ALLOWED_IPS: 172.25.0.0/24
|
||||||
|
INSECURE: "true"
|
||||||
PORT: "80" # Web-UI Port
|
PORT: "80" # Web-UI Port
|
||||||
PASSWORD_HASH: ${WIREGUARD_PASSWORD_HASH}
|
PASSWORD_HASH: ${WIREGUARD_PASSWORD_HASH}
|
||||||
volumes:
|
volumes:
|
||||||
- ../docker/volumes/ca-lose-wireguard:/etc/wireguard
|
- ../docker/volumes/ca-lose-wireguard-v15:/etc/wireguard
|
||||||
- /lib/modules:/lib/modules:ro
|
- /lib/modules:/lib/modules:ro
|
||||||
ports:
|
ports:
|
||||||
- "51830:51830/udp"
|
- "51830:51830/udp"
|
||||||
|
|||||||
Reference in New Issue
Block a user