This commit is contained in:
Para Dox
2025-04-14 21:17:09 +07:00
parent 3aeefd6fa5
commit 45da1d7bda
43 changed files with 43 additions and 43 deletions

View File

@@ -27,7 +27,7 @@ services:
- GETH_OVERRIDE_ECOTONE_TIME=1713999600
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://sequencer.s2.testblast.io
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
command:
- --datadir=/data
- --db.engine=pebble