This commit is contained in:
Sebastian
2025-02-14 13:54:01 +01:00
parent a782ec3d7e
commit c0f077d531
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -3,7 +3,7 @@ version: '3.1'
services:
bsc:
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:
- "29061:29061"