fix goat
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
image: ghcr.io/goatnetwork/goat-geth:testnet
|
image: ghcr.io/goatnetwork/goat-geth:testnet
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
entrypoint: ["sh", "-c"]
|
entrypoint: ["sh", "-c"]
|
||||||
command: [ ! -d "/root/.ethereum/geth/chaindata" ] && geth init /genesis/geth.json
|
command: [ ! -d /root/.ethereum/geth/chaindata ] && geth init /genesis/geth.json
|
||||||
environment:
|
environment:
|
||||||
- "GETH_STATE_SCHEME=path"
|
- "GETH_STATE_SCHEME=path"
|
||||||
- "GETH_DB_ENGINE=pebble"
|
- "GETH_DB_ENGINE=pebble"
|
||||||
|
|||||||
Reference in New Issue
Block a user