Skip to content

Commit

Permalink
(fix): expose health port
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid Ateir committed Feb 4, 2025
1 parent dc77f57 commit 55c1822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk-chains-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:
ports:
- 127.0.0.1:15100:3050 # JSON RPC HTTP port
- 127.0.0.1:15101:3051 # JSON RPC WS port
# - 127.0.0.1:15102:3071 # ✅ Expose health check port on host
- 127.0.0.1:15102:3071 # ✅ Expose health check port on host
environment:
- DATABASE_PROVER_URL=postgres://postgres:notsecurepassword@postgres/prover_local
- DATABASE_URL=postgres://postgres:notsecurepassword@postgres/zksync_local
Expand Down

0 comments on commit 55c1822

Please sign in to comment.