Skip to content

Commit

Permalink
update ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc committed Aug 22, 2024
1 parent 1a203bb commit 870e0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ocean-node-quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 870e0bd

Please sign in to comment.