fix
This commit is contained in:
@@ -13,8 +13,8 @@ services:
|
|||||||
- "8546"
|
- "8546"
|
||||||
- "29061"
|
- "29061"
|
||||||
volumes:
|
volumes:
|
||||||
- bsc-testnet:/bsc-testnet/.ethereum
|
- bsc-testnet:/bsc/.ethereum
|
||||||
- ./bsc-testnet/config:/bsc-testnet/config
|
- ./bsc-testnet/config:/bsc/config
|
||||||
entrypoint: geth
|
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-testnet/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
|
||||||
|
|||||||
Reference in New Issue
Block a user