From 870e0bd93fead206899ff7caf1ae8dc23cd75c08 Mon Sep 17 00:00:00 2001 From: mihai Date: Thu, 22 Aug 2024 13:12:58 +0300 Subject: [PATCH] update ipv6 --- deployment/ocean-node-quickstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ocean-node-quickstart.sh b/deployment/ocean-node-quickstart.sh index bfb670480..4c3085338 100755 --- a/deployment/ocean-node-quickstart.sh +++ b/deployment/ocean-node-quickstart.sh @@ -160,7 +160,7 @@ services: # LOG_LEVEL: '' HTTP_API_PORT: '$HTTP_API_PORT' P2P_ENABLE_IPV4: 'true' - P2P_ENABLE_IPV6: 'true' + P2P_ENABLE_IPV6: 'false' P2P_ipV4BindAddress: '0.0.0.0' P2P_ipV4BindTcpPort: '$P2P_ipV4BindTcpPort' P2P_ipV4BindWsPort: '$P2P_ipV4BindWsPort'