From f4f0c2b3498b58d5d25e99d01e76be8034d0e6a8 Mon Sep 17 00:00:00 2001 From: san-est Date: Wed, 12 Jun 2024 20:18:38 +0300 Subject: [PATCH] test commit to test branch --- dockercompose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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