Skip to content

Commit 26f4d03

Browse files
authored
Merge pull request #1078 from Zapata/fix_port
Fix p2p port to match Dockerfile.
2 parents 2a45ed7 + 7d85b35 commit 26f4d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/default_config.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Endpoint for P2P node to listen on
2-
p2p-endpoint = 0.0.0.0:9090
2+
p2p-endpoint = 0.0.0.0:2001
33

44
# P2P nodes to connect to on startup (may specify multiple times)
55
# seed-node =

0 commit comments

Comments
 (0)