We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In default config docker-compose.yml default execution ports are 8545 and 8546 and 30303.
docker-compose.yml
ports: - "8545:8545" # RPC - "8546:8546" # websocket - "7301:6060" # metrics - "30303:30303" # P2P TCP - "30303:30303/udp" # P2P UDP
Its very puzzling because this exact ports are used by default for L1 nodes already running on server. E.g. Nethermind RPC.
Its hard to understand at first glance that this will be a ports that will be used by Base L2 RPC.
I propose to consider to change this ports to some usually free ones.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In default config
docker-compose.yml
default execution ports are 8545 and 8546 and 30303.Its very puzzling because this exact ports are used by default for L1 nodes already running on server. E.g. Nethermind RPC.
Its hard to understand at first glance that this will be a ports that will be used by Base L2 RPC.
I propose to consider to change this ports to some usually free ones.
The text was updated successfully, but these errors were encountered: