DOCS: Docker guides (GRAPHQL_PORT fix)

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-10-30 13:30:23 +11:00
parent 7ca9d2a6c5
commit 50f9277e5e
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ services:
environment:
LISTEN_ADDR: ${LISTEN_ADDR:-0.0.0.0} # Listen for connections on all interfaces
PORT: ${PORT:-20211} # Application port
APP_CONF_OVERRIDE: ${GRAPHQL_PORT:-20212} # GraphQL API port (passed as APP_CONF_OVERRIDE)
GRAPHQL_PORT: ${GRAPHQL_PORT:-20212} # GraphQL API port (passed into APP_CONF_OVERRIDE at runtime)
NETALERTX_DEBUG: ${NETALERTX_DEBUG:-0} # 0=kill all services and restart if any dies. 1 keeps running dead services.
# Resource limits to prevent resource exhaustion