This commit is contained in:
Sebastian
2025-01-27 12:20:07 +01:00
parent d192edfe50
commit f621a0c152

View File

@@ -15,6 +15,7 @@ services:
volumes: volumes:
- bsc:/bsc/.ethereum - bsc:/bsc/.ethereum
- ./bsc/config:/bsc/config - ./bsc/config:/bsc/config
- /slowdisk:/slowdisk
entrypoint: geth entrypoint: geth
command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000 command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000
restart: unless-stopped restart: unless-stopped