mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[GH-ISSUE #237] Change Front container to use the port 3000 again #143
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#143
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 @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.