From 467299b231c44382332ab392a2e78b6401993552 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Fri, 20 Mar 2026 17:10:32 +0000 Subject: [PATCH] docs: update port mapping guidance in compose file --- install/management_compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/install/management_compose.yaml b/install/management_compose.yaml index d59b880..39081bb 100644 --- a/install/management_compose.yaml +++ b/install/management_compose.yaml @@ -23,6 +23,7 @@ services: - nomad-update-shared:/app/update-shared # Shared volume for update communication environment: - NODE_ENV=production + # PORT is the port the admin server listens on *inside* the container and should not be changed. If you want to change which port the admin interface is accessible from on the host, you can change the port mapping in the "ports" section (e.g. "9090:8080" to access it on port 9090 from the host) - PORT=8080 - LOG_LEVEL=info # APP_KEY needs to be at least 16 chars or will fail validation and container won't start!