Skip to content

Conversation

xanderificnl
Copy link
Contributor

While attempting to add a naive "Happy Eyeballs" option for testing and experimentation, I encountered a "permission denied" error when running the docker-compose command. It was not immediately apparent that SELinux was the cause of the issue, making it challenging to identify the root cause.

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.

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.
@whatyouhide whatyouhide merged commit 39b0516 into elixir-mint:main Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants