mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Added Docker-Compose file
This commit is contained in:
parent
7a2099c8d8
commit
18f414276c
1 changed files with 8 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
geth:
|
||||
image: go-ethereum-dev
|
||||
ports:
|
||||
- "8545:8545"
|
||||
command: ["geth", "--dev", "--http", "--http.addr=0.0.0.0"]
|
||||
Loading…
Reference in a new issue