[PR #57] [MERGED] Make web app port configurable. #76

Closed
opened 2026-02-27 14:47:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/docker-netbootxyz/pull/57
Author: @CompPhy
Created: 2/2/2024
Status: Merged
Merged: 2/5/2024
Merged by: @antonym

Base: masterHead: master


📝 Commits (1)

  • c4014a0 Make web app port configurable.

📊 Changes

4 files changed (+8 additions, -4 deletions)

View changed files

📝 Dockerfile (+1 -0)
📝 README.md (+3 -1)
📝 docker-compose.yml.example (+3 -2)
📝 root/etc/supervisor.conf (+1 -1)

📄 Description

This PR adds WEB_APP_PORT environment variable, which is defaulted to port 3000 but can be overridden at deployment time.

Some platforms, like TrueNAS, want to bind web services to different ports; but also need to do this in the context where host networking is enabled for TFTP to work correctly. This means that services inside the container need to be more configurable on the network port binding.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/docker-netbootxyz/pull/57 **Author:** [@CompPhy](https://github.com/CompPhy) **Created:** 2/2/2024 **Status:** ✅ Merged **Merged:** 2/5/2024 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c4014a0`](https://github.com/netbootxyz/docker-netbootxyz/commit/c4014a0a6e0c25b774390a77ab9ac98dc006e2cd) Make web app port configurable. ### 📊 Changes **4 files changed** (+8 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -0) 📝 `README.md` (+3 -1) 📝 `docker-compose.yml.example` (+3 -2) 📝 `root/etc/supervisor.conf` (+1 -1) </details> ### 📄 Description This PR adds WEB_APP_PORT environment variable, which is defaulted to port 3000 but can be overridden at deployment time. Some platforms, like TrueNAS, want to bind web services to different ports; but also need to do this in the context where host networking is enabled for TFTP to work correctly. This means that services inside the container need to be more configurable on the network port binding. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:47:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-netbootxyz#76
No description provided.