This commit is contained in:
Sebastian
2024-10-23 05:38:45 +02:00
parent e37c67bbb9
commit 24ade40556

View File

@@ -16,7 +16,7 @@ services:
- bsc-testnet:/bsc/.ethereum
- ./bsc-testnet/config:/bsc/config
entrypoint: geth
command: --config=/bsc-testnet/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
stop_grace_period: 3m
networks: