Skip to content

Commit 751751e

Browse files
authored
docs: add HOSTNAME docs (#305)
* docs: add HOSTNAME docs * docs: update docs
1 parent e513d5e commit 751751e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/jackson/deploy/env-variables.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The env vars are only applicable to the Jackson service. If you are using the np
1010

1111
## General configuration
1212

13+
### **HOSTNAME**
14+
15+
If you need to bind to a specific hostname, you can define `HOSTNAME` environment variable.
16+
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.
17+
1318
### **HOST_URL**
1419

1520
The URL to bind to.

0 commit comments

Comments
 (0)