Skip to content

Commit f37c4fd

Browse files
authored
Add --rpc.websocket.enabled for starting a Pathfinder node (#1675)
add --rpc.websocket.enabled
1 parent 70e3a88 commit f37c4fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/guides/pages/becoming-a-validator/pathfinder.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ docker run \
9595
-e RUST_LOG=info \
9696
-e PATHFINDER_ETHEREUM_API_URL=$ETHEREUM_URL \
9797
-v $HOME/pathfinder:/usr/share/pathfinder/data \
98-
eqlabs/pathfinder
98+
eqlabs/pathfinder \
99+
--rpc.websocket.enabled
99100
----
100101

101102
Once the docker container is up and running, you can check the docker image's logs by running:

0 commit comments

Comments
 (0)