You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, yes I want to move it to a non-root user soon, through it will introduce a BC break because the default listening port will change from 80 to 8080 as I can no longer use the privileged port.
Hi, currently I believe mjml-server's image runs as root by default which is not desirable. The base image (node) used has a page with best practices showing how instead it could run as the node user which is more secure:
https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#non-root-user
What do you think about making this change in mjml-server also?
The text was updated successfully, but these errors were encountered: