Skip to content

Commit 467299b

Browse files
committed
docs: update port mapping guidance in compose file
1 parent 5dfa6d7 commit 467299b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/management_compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- nomad-update-shared:/app/update-shared # Shared volume for update communication
2424
environment:
2525
- NODE_ENV=production
26+
# 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)
2627
- PORT=8080
2728
- LOG_LEVEL=info
2829
# APP_KEY needs to be at least 16 chars or will fail validation and container won't start!

0 commit comments

Comments
 (0)