mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
add docker compsoe for geth
This commit is contained in:
parent
46634fb7f6
commit
10f6db5fd8
1 changed files with 6 additions and 0 deletions
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
geth:
|
||||||
|
image: anglyuboslav/go-eth-lab
|
||||||
|
command:
|
||||||
|
- --dev
|
||||||
Loading…
Reference in a new issue