mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
update
This commit is contained in:
parent
1c2b436223
commit
cf5aaba993
1 changed files with 13 additions and 4 deletions
|
|
@ -5,8 +5,17 @@ services:
|
||||||
image: denislav-mladenov/go-ethereum:latest
|
image: denislav-mladenov/go-ethereum:latest
|
||||||
ports:
|
ports:
|
||||||
- "8545:8545"
|
- "8545:8545"
|
||||||
|
- "8546:8546"
|
||||||
- "30303:30303"
|
- "30303:30303"
|
||||||
volumes:
|
command: >
|
||||||
- ./data:/root/.ethereum
|
--dev
|
||||||
command: --dev --http --http.addr 0.0.0.0 --http.port 8545 --http.api eth,net,web3,personal,miner
|
--http
|
||||||
|
--http.addr 0.0.0.0
|
||||||
|
--http.port 8545
|
||||||
|
--http.corsdomain "*"
|
||||||
|
--http.api personal,db,eth,net,web3
|
||||||
|
--ws
|
||||||
|
--ws.addr 0.0.0.0
|
||||||
|
--ws.port 8546
|
||||||
|
--ws.origins "*"
|
||||||
|
--ws.api personal,db,eth,net,web3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue