diff --git a/README.md b/README.md index 18428f6466..2bd41fb60c 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ The following environment variables can be passed to the container: | ---------------------------------- | ------------------------------------------------------------ | ----------------- | -------- | | PATHFINDER_ETHEREUM_API_URL | Ethereum full node JSON-RPC endpoint URL | | yes | | PATHFINDER_ETHEREUM_API_PASSWORD | Password to use during authentication with Ethereum node API | | no | -| PATHFINDER_HTTP_RPC_ADDRESS | Address to bind the `pathfinder` RPC server to | 0.0.0.0:9545 | no | +| PATHFINDER_HTTP_RPC_ADDRESS | Address to bind the `pathfinder` RPC server to | 127.0.0.1.9545 | no | | PATHFINDER_DATA_DIRECTORY | Directory used to store `pathfinder` data | Current directory | no | ### Updating the docker image