Skip to content

Commit

Permalink
Merge pull request #1 from san-est/test-branch
Browse files Browse the repository at this point in the history
Test PR without label.
  • Loading branch information
san-est authored Jun 12, 2024
2 parents 2f30750 + f4f0c2b commit 79f7d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockercompose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ services:
- "30303:30303"
volumes:
- ./data:/root/.ethereum
#running the node in dev mode, enabling RPC server, binding it to all availible networks, sets on which port RPC should listen to and availible APIs.
#running the node in dev mode, enabling RPC server, binding it to all availible networks, sets on which port RPC should listen to and availible APIs..
command: ["--dev", "--http", "--http.addr", "0.0.0.0", "--http.port", "8545", "--http.api", "eth,net,web3"]

0 comments on commit 79f7d7c

Please sign in to comment.