Skip to content

Commit

Permalink
docs: add HOSTNAME docs (#305)
Browse files Browse the repository at this point in the history
* docs: add HOSTNAME docs

* docs: update docs
  • Loading branch information
sergio-toro authored Nov 16, 2023
1 parent e513d5e commit 751751e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/jackson/deploy/env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ The env vars are only applicable to the Jackson service. If you are using the np

## General configuration

### **HOSTNAME**

If you need to bind to a specific hostname, you can define `HOSTNAME` environment variable.
For example, if you are planning to use a Docker health check like `wget -q --spider http://localhost:{PORT}/api/health || exit 1` set `HOSTNAME=0.0.0.0` to listen to localhost.

### **HOST_URL**

The URL to bind to.
Expand Down

0 comments on commit 751751e

Please sign in to comment.