Skip to content

Commit

Permalink
fix: add port
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Jun 25, 2024
1 parent d67dd65 commit 6640871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
container_name: prover-daemon
restart: unless-stopped
environment:
- HTTP_PORT=${HTTP_PORT:-8080}
- DRY_RUN=${DRY_RUN:-false}
- CHAIN_ID=${CHAIN_ID}
- KEYSAPI_API_URLS=${KEYSAPI_API_URLS}
Expand Down

0 comments on commit 6640871

Please sign in to comment.