Add --http.vhosts=* to immutable-zkevm compose files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 17:06:50 +00:00
parent 4b24f7969f
commit 641c1d8fa1
2 changed files with 2 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ services:
- --http
- --http.addr=0.0.0.0
- --http.port=8545
- --http.vhosts=*
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=6060

View File

@@ -64,6 +64,7 @@ services:
- --http
- --http.addr=0.0.0.0
- --http.port=8545
- --http.vhosts=*
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=6060