You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/jackson/deploy/env-variables.md
+5
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,11 @@ The env vars are only applicable to the Jackson service. If you are using the np
10
10
11
11
## General configuration
12
12
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.
0 commit comments