This commit is contained in:
Sebastian
2024-02-06 06:30:03 +01:00
parent 32c99c6b80
commit 2d8f241b21
2 changed files with 3 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ services:
expose: expose:
- 8546 - 8546
- 8545 - 8545
- 8547
networks: networks:
- chains - chains
@@ -74,7 +75,7 @@ services:
environment: environment:
PROXY_HOST: metis PROXY_HOST: metis
RPC_PORT: 8545 RPC_PORT: 8545
WS_PORT: 8545 WS_PORT: 8547
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=8546 WS_PORT=8547
WS=true WS=true