update
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.1'
|
||||
services:
|
||||
|
||||
bsc-testnet:
|
||||
image: ghcr.io/bnb-chain/bsc:${BSC_VERSION:-1.5.3-beta}
|
||||
image: ghcr.io/bnb-chain/bsc:${BSC_VERSION:-1.5.5}
|
||||
user: root
|
||||
ports:
|
||||
- "17474:17474"
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- "8546"
|
||||
- "17474"
|
||||
volumes:
|
||||
- bsc-testnet:/bsc/.ethereum
|
||||
- bsc-testnet:/bsc/.ethereum
|
||||
- ./bsc-testnet/config:/bsc/config
|
||||
entrypoint: geth
|
||||
command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000
|
||||
|
||||
Reference in New Issue
Block a user