mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
docs: update port mapping guidance in compose file
This commit is contained in:
parent
519ae284aa
commit
514e64d888
|
|
@ -23,6 +23,7 @@ services:
|
||||||
- nomad-update-shared:/app/update-shared # Shared volume for update communication
|
- nomad-update-shared:/app/update-shared # Shared volume for update communication
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- 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
|
- PORT=8080
|
||||||
- LOG_LEVEL=info
|
- LOG_LEVEL=info
|
||||||
# APP_KEY needs to be at least 16 chars or will fail validation and container won't start!
|
# APP_KEY needs to be at least 16 chars or will fail validation and container won't start!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user