diff --git a/dockercompose.yaml b/dockercompose.yaml index 7e8f94adf869..0fb21ba2a92c 100644 --- a/dockercompose.yaml +++ b/dockercompose.yaml @@ -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"] \ No newline at end of file