This commit is contained in:
Sebastian
2024-11-05 11:51:47 +01:00
parent ba35ff8a6d
commit b165482ed9

View File

@@ -4,7 +4,7 @@ services:
image: ghcr.io/goatnetwork/goat-geth:testnet
pull_policy: always
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:
- "GETH_STATE_SCHEME=path"
- "GETH_DB_ENGINE=pebble"