mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
fixin again the external access2
This commit is contained in:
parent
d579acd5f6
commit
00dfff297e
1 changed files with 14 additions and 14 deletions
|
|
@ -10,20 +10,20 @@ services:
|
||||||
- "30303:30303"
|
- "30303:30303"
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data:/root/.ethereum
|
- geth-data:/root/.ethereum
|
||||||
command: [
|
# command: [
|
||||||
"geth",
|
# "geth",
|
||||||
"--dev",
|
# "--dev",
|
||||||
"--http",
|
# "--http",
|
||||||
"--http.addr", "0.0.0.0",
|
# "--http.addr", "0.0.0.0",
|
||||||
"--http.api", "personal,eth,net,web3,miner",
|
# "--http.api", "personal,eth,net,web3,miner",
|
||||||
"--http.corsdomain", "*",
|
# "--http.corsdomain", "*",
|
||||||
"--ws",
|
# "--ws",
|
||||||
"--ws.addr", "0.0.0.0",
|
# "--ws.addr", "0.0.0.0",
|
||||||
"--ws.api", "personal,eth,net,web3,miner",
|
# "--ws.api", "personal,eth,net,web3,miner",
|
||||||
"--allow-insecure-unlock",
|
# "--allow-insecure-unlock",
|
||||||
"--mine",
|
# "--mine",
|
||||||
"--nodiscover"
|
# "--nodiscover"
|
||||||
]
|
# ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue