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 55c1822 commit c73521a
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 @@ -259,7 +259,7 @@ services:
- NODE_ENV=development
- DATABASE_URL=postgres://postgres:notsecurepassword@postgres:5432/block-explorer
ports:
- '127.0.0.1:15102:3020'
- '127.0.0.1:15103:3020'
depends_on:
- worker_main
restart: unless-stopped
Expand Down

0 comments on commit c73521a

Please sign in to comment.