mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Creating Limechain folder with docker-compose file
This commit is contained in:
parent
84b49d591a
commit
662fb36372
2 changed files with 2 additions and 2 deletions
0
LimeChain/README.md
Normal file
0
LimeChain/README.md
Normal file
|
|
@ -4,7 +4,7 @@ services:
|
||||||
image: vatman/client-go
|
image: vatman/client-go
|
||||||
container_name: ethereum-node
|
container_name: ethereum-node
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- geth
|
- geth
|
||||||
- --dev
|
- --dev
|
||||||
- --http
|
- --http
|
||||||
- --http.api
|
- --http.api
|
||||||
|
|
@ -12,4 +12,4 @@ services:
|
||||||
- --http.corsdomain
|
- --http.corsdomain
|
||||||
- "http://remix.ethereum.org"
|
- "http://remix.ethereum.org"
|
||||||
ports:
|
ports:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
Loading…
Reference in a new issue