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

View File

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