This commit is contained in:
Sebastian
2024-02-06 06:34:53 +01:00
parent 2d8f241b21
commit 74512caa56
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ services:
environment: environment:
PROXY_HOST: metis PROXY_HOST: metis
RPC_PORT: 8545 RPC_PORT: 8545
WS_PORT: 8547 WS_PORT: 8546
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -35,5 +35,5 @@ WS_ADDR=0.0.0.0
WS_API=eth,net,web3 WS_API=eth,net,web3
WS_ORIGINS=* WS_ORIGINS=*
WS_ENABLE=true WS_ENABLE=true
WS_PORT=8547 WS_PORT=8546
WS=true WS=true