Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ ENV P2P_ipV6BindTcpPort=9002
EXPOSE 9002
ENV P2P_ipV6BindWsPort=9003
EXPOSE 9003
ENV P2P_ipV4BindWssPort=9005
EXPOSE 9005
ENV P2P_ipV4BindWssPort=9006
EXPOSE 9006
ENV HTTP_API_PORT=8000
EXPOSE 8000
ENV NODE_ENV='production'
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ipV4BindAddress": "0.0.0.0",
"ipV4BindTcpPort": 9000,
"ipV4BindWsPort": 9001,
"ipV4BindWssPort": 9005,
"ipV4BindWssPort": 9006,
"ipV6BindAddress": "::",
"ipV6BindTcpPort": 9002,
"ipV6BindWsPort": 9003,
Expand Down Expand Up @@ -57,7 +57,7 @@
"autoDialConcurrency": 5,
"maxPeerAddrsToDial": 5,
"autoDialInterval": 5000,
"enableNetworkStats": false
"enableNetworkStats": true
},
"hasControlPanel": true,
"httpPort": 8001,
Expand Down
Loading
Loading