Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat breaking change UI port inside container #823

Merged
merged 4 commits into from
Feb 2, 2024

Conversation

jorenn92
Copy link
Owner

@jorenn92 jorenn92 commented Feb 2, 2024

No description provided.

BREAKING CHANGE: Previously, the UI port was set to port 80, which is privileged. This has been updated to non-privileged port 6246. Ensure to adjust your Dockerfile or docker run command to reflect this change.
BREAKING CHANGE: The container now runs as an unprivileged user. It is essential to ensure that the exposed data directory is read/writeable by either the user specified in the 'user' directive or, if no directive is provided, by the default UID:GID 1000:1000.
@jorenn92 jorenn92 merged commit ea7f22e into main Feb 2, 2024
7 checks passed
@jorenn92 jorenn92 deleted the feat-breaking-change-ui-port-inside-container branch February 2, 2024 12:38
Copy link
Contributor

github-actions bot commented Feb 2, 2024

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant