Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-444 Add configurable bind address for the everest container (#…
Browse files Browse the repository at this point in the history
…168)

Co-authored-by: Andrew Minkin <[email protected]>
  • Loading branch information
recharte and gen1us2k authored Sep 20, 2023
1 parent 801e51f commit c0b2518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/quickstart-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ services:
environment:
- DSN=postgres://admin:pwd@pg:5432/postgres?sslmode=disable
ports:
- 127.0.0.1:8080:8080
- ${EVEREST_BIND_ADDR:-127.0.0.1}:8080:8080

0 comments on commit c0b2518

Please sign in to comment.