Add explicit http-port and ws-port to juno config

This commit is contained in:
rob
2026-01-15 07:23:23 +00:00
parent 8dfdaf3548
commit 42a91a5bac
2 changed files with 4 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ services:
- --eth-node=${ETHEREUM_MAINNET_EXECUTION_WS}
- --http
- --http-host=0.0.0.0
- --http-port=6060
- --metrics
- --metrics-host=0.0.0.0
- --network=mainnet
@@ -65,6 +66,7 @@ services:
- --p2p-public-addr=/ip4/${IP}/tcp/13985
- --ws
- --ws-host=0.0.0.0
- --ws-port=6061
restart: unless-stopped
stop_grace_period: 5m
networks: