Add explicit http-port and ws-port to juno config
This commit is contained in:
@@ -56,6 +56,7 @@ services:
|
||||
- --eth-node=${ETHEREUM_SEPOLIA_EXECUTION_WS}
|
||||
- --http
|
||||
- --http-host=0.0.0.0
|
||||
- --http-port=6060
|
||||
- --metrics
|
||||
- --metrics-host=0.0.0.0
|
||||
- --network=sepolia
|
||||
@@ -65,6 +66,7 @@ services:
|
||||
- --p2p-public-addr=/ip4/${IP}/tcp/14344
|
||||
- --ws
|
||||
- --ws-host=0.0.0.0
|
||||
- --ws-port=6061
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5m
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user