Skip to content

Commit

Permalink
Merge pull request #14 from dappnode/diego/fix-ws
Browse files Browse the repository at this point in the history
Add ws opts to `EXTRA_OPTIONS`
  • Loading branch information
dsimog01 committed May 19, 2023
2 parents 3224b56 + adfdcbc commit 6d66de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "35415:35415/udp"
restart: unless-stopped
environment:
- "EXTRA_OPTIONS=--http.api eth,engine,net,web3,txpool"
- "EXTRA_OPTIONS=--http.api eth,engine,net,web3,txpool, --ws.api eth,engine,net,web3,txpool"
- P2P_PORT=35415
- SYNCMODE=snap
volumes:
Expand Down

0 comments on commit 6d66de9

Please sign in to comment.