fixin again the external access2

This commit is contained in:
Yohan9206 2025-07-31 23:01:21 +03:00
parent d579acd5f6
commit 00dfff297e

View file

@ -10,20 +10,20 @@ services:
- "30303:30303"
volumes:
- geth-data:/root/.ethereum
command: [
"geth",
"--dev",
"--http",
"--http.addr", "0.0.0.0",
"--http.api", "personal,eth,net,web3,miner",
"--http.corsdomain", "*",
"--ws",
"--ws.addr", "0.0.0.0",
"--ws.api", "personal,eth,net,web3,miner",
"--allow-insecure-unlock",
"--mine",
"--nodiscover"
]
# command: [
# "geth",
# "--dev",
# "--http",
# "--http.addr", "0.0.0.0",
# "--http.api", "personal,eth,net,web3,miner",
# "--http.corsdomain", "*",
# "--ws",
# "--ws.addr", "0.0.0.0",
# "--ws.api", "personal,eth,net,web3,miner",
# "--allow-insecure-unlock",
# "--mine",
# "--nodiscover"
# ]
restart: unless-stopped
volumes: