From edbf1951af6614d1c813f2690e73c50130d1f351 Mon Sep 17 00:00:00 2001 From: Sergio Toro Date: Thu, 16 Nov 2023 12:58:51 +0100 Subject: [PATCH] docs: update docs --- docs/jackson/deploy/env-variables.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/jackson/deploy/env-variables.md b/docs/jackson/deploy/env-variables.md index 3e5aefd6..5ce20329 100644 --- a/docs/jackson/deploy/env-variables.md +++ b/docs/jackson/deploy/env-variables.md @@ -12,10 +12,8 @@ The env vars are only applicable to the Jackson service. If you are using the np ### **HOSTNAME** -The container network that the service starts listening on. - -If you are planning to use Docker health check like `wget -q --spider http://localhost:{PORT}/api/health || exit 1` you will need to set `HOSTNAME=0.0.0.0` to be able to reach the service on localhost. -Check [NextJS Standalone Good to know](https://nextjs.org/docs/pages/api-reference/next-config-js/output#automatically-copying-traced-files) +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**