update
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.1'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
bsc-testnet:
|
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
|
user: root
|
||||||
ports:
|
ports:
|
||||||
- "17474:17474"
|
- "17474:17474"
|
||||||
@@ -13,7 +13,7 @@ services:
|
|||||||
- "8546"
|
- "8546"
|
||||||
- "17474"
|
- "17474"
|
||||||
volumes:
|
volumes:
|
||||||
- bsc-testnet:/bsc/.ethereum
|
- bsc-testnet:/bsc/.ethereum
|
||||||
- ./bsc-testnet/config:/bsc/config
|
- ./bsc-testnet/config:/bsc/config
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user