update open port

This commit is contained in:
Sebastian
2024-10-23 05:42:58 +02:00
parent 24ade40556
commit e081e1d220
2 changed files with 4 additions and 4 deletions

View File

@@ -6,12 +6,12 @@ services:
image: ghcr.io/bnb-chain/bsc:1.4.15 image: ghcr.io/bnb-chain/bsc:1.4.15
user: root user: root
ports: ports:
- "29061:29061" - "17474:17474"
- "29061:29061/udp" - "17474:17474/udp"
expose: expose:
- "8545" - "8545"
- "8546" - "8546"
- "29061" - "17474"
volumes: volumes:
- bsc-testnet:/bsc/.ethereum - bsc-testnet:/bsc/.ethereum
- ./bsc-testnet/config:/bsc/config - ./bsc-testnet/config:/bsc/config

View File

@@ -40,7 +40,7 @@ WSModules = ["net", "web3", "eth"]
MaxPeers = 222 MaxPeers = 222
NoDiscovery = false NoDiscovery = false
StaticNodes = [] StaticNodes = []
ListenAddr = ":29061" ListenAddr = ":17474"
EnableMsgEvents = false EnableMsgEvents = false