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
Ensure correct SELinux labeling of container files on SELinux enabled systems. (#406)
While attempting to add a naive "Happy Eyeballs" option to test and experiment with, I encountered a "permission denied" error when running the Caddy container.
To resolve this issue, this commit adds the :z mount option, which ensures SELinux compatibility by addressing the permission issues caused by SELinux when the Caddyfile is mounted without the appropriate label.
It's important to note that this change should only affect systems with SELinux enabled.
0 commit comments