We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e3a88 commit f37c4fdCopy full SHA for f37c4fd
modules/guides/pages/becoming-a-validator/pathfinder.adoc
@@ -95,7 +95,8 @@ docker run \
95
-e RUST_LOG=info \
96
-e PATHFINDER_ETHEREUM_API_URL=$ETHEREUM_URL \
97
-v $HOME/pathfinder:/usr/share/pathfinder/data \
98
- eqlabs/pathfinder
+ eqlabs/pathfinder \
99
+ --rpc.websocket.enabled
100
----
101
102
Once the docker container is up and running, you can check the docker image's logs by running:
0 commit comments