mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 15:05:50 +03:00
[GH-ISSUE #53] Make port 80 configurable in nginx. #18
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CompPhy on GitHub (Jan 11, 2024).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/53
Is there a specific reason why port 80 is the default for nginx here? This is a blocker for host network binding because it could conflict with a lot of other services on the host.
Your own deployment document suggests port 8080 as the access port, so why not use this as the default in nginx? Even if you do keep port 80 as the default, can it at least get an override through environment variable?