Added Docker-Compose file

This commit is contained in:
evgeniy-scherbina 2024-01-03 10:25:34 -05:00
parent 7a2099c8d8
commit 18f414276c

8
docker-compose.yml Normal file
View 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"]