Skip to content

Commit

Permalink
fix: wrong default bind address in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonas Koivunen committed May 24, 2022
1 parent c04d0a6 commit d4dfa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4dfa1e

Please sign in to comment.