This commit is contained in:
squidbear
2025-03-29 09:31:41 +01:00
parent 6326cca752
commit 436d82f759
2 changed files with 6 additions and 2 deletions

View File

@@ -15,9 +15,11 @@ services:
volumes:
- bsc-chapel-bsc-pruned-pebble-path:/bsc/.ethereum
- /slowdisk:/slowdisk
- ./bsc-testnet/config:/config
entrypoint: [ "geth" ]
command:
- --chapel
- --config=/config/config.toml
- --db.engine=pebble
- --state.scheme=path
- --syncmode=snap

View File

@@ -15,9 +15,11 @@ services:
volumes:
- bsc-mainnet-bsc-pruned-pebble-path:/bsc/.ethereum
- /slowdisk:/slowdisk
entrypoint: [ "geth" ]
command:
- --mainnet
- --db.engine=pebble
- --state.scheme=path
- --syncmode=snap