Creating Limechain folder with docker-compose file

This commit is contained in:
Yaroslav 2023-11-06 07:54:43 +02:00
parent 84b49d591a
commit 662fb36372
2 changed files with 2 additions and 2 deletions

0
LimeChain/README.md Normal file
View file

View file

@ -4,7 +4,7 @@ services:
image: vatman/client-go
container_name: ethereum-node
entrypoint:
- geth
- geth
- --dev
- --http
- --http.api
@ -12,4 +12,4 @@ services:
- --http.corsdomain
- "http://remix.ethereum.org"
ports:
- 8545:8545
- 8545:8545