From 548f3db33df745084b291e458c17085fc8c9fe9d Mon Sep 17 00:00:00 2001 From: Dselen Date: Mon, 26 Aug 2024 16:16:43 -0500 Subject: [PATCH] quickfix --- docker/alpine/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/alpine/compose.yaml b/docker/alpine/compose.yaml index 20945ee..0d84bea 100644 --- a/docker/alpine/compose.yaml +++ b/docker/alpine/compose.yaml @@ -8,7 +8,7 @@ services: - global_dns=9.9.9.9 # <--- Set global DNS address, default: 1.1.1.1. - enable=wg0 # <--- Set the interfaces that will be enabled on startup, default: none. The option "off" is also allowed. - isolate=wg0 # <--- When set to true, it disallows peers to talk to eachother, setting to false, allows it, default: true. - - public_ip=212.124.66.17 # <--- Set public IP to ensure the correct one is chosen, defaulting to the IP give by ifconfig.me. + - public_ip= # <--- Set public IP to ensure the correct one is chosen, defaulting to the IP give by ifconfig.me. ports: - 10086:10086/tcp - 51820:51820/udp