[GH-ISSUE #237] Change Front container to use the port 3000 again #143

Closed
opened 2026-02-27 19:17:01 +03:00 by kerem · 0 comments
Owner

Originally created by @KeManen on GitHub (Apr 14, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/237

Originally assigned to: @KeManen on GitHub.

The container should use a port not in 1-1024 to not require administrator privileges to the container from the dockerd. This breaks cloud deployments.

If you want to forward traffic from port 80 to the container port use the docker flag -p 80:3000 or build with the docker compile which has correct configurations.

Originally created by @KeManen on GitHub (Apr 14, 2024). Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/237 Originally assigned to: @KeManen on GitHub. The container should use a port not in 1-1024 to not require administrator privileges to the container from the dockerd. This breaks cloud deployments. If you want to forward traffic from port 80 to the container port use the docker flag -p 80:3000 or build with the docker compile which has correct configurations.
kerem closed this issue 2026-02-27 19:17:02 +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/Stagnum#143
No description provided.