-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When deploying a Hyperledger Cactus Besu AIO environment using Docker, the Besu server is configured to listen on 127.0.0.1.
This causes communication failures because other containers cannot access services bound to localhost inside another container.
The expected configuration should bind Besu to 0.0.0.0 so that it becomes reachable within the Docker network.
To Reproduce
Steps to reproduce the behavior on a successfully deployed Hyperledger Cactus cluster:
- Deploy the Besu AIO container using Docker Compose or similar.
- Attempt to connect to the Besu RPC endpoint from another container.
- Requests fail because Besu is only listening on
127.0.0.1.
Expected behavior
Besu should bind to 0.0.0.0 so that RPC and WebSocket endpoints are accessible to other containers in the same Docker network.
This would allow plugins, connectors, and validators to communicate with Besu normally.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
No status