Unable to start Homarr on Fedora Server 41 using docker compose
Hi, I'm currently facing an issue with homarr when trying to start it with docker compose. It probably has something to do with SELinux, but I'm not sure how to fix it. Other containers are running fine. I'm using recomended docker compose and my appdata is set to a folder in my home dir:
Solution
OK. We made it! I've added :Z to volume in my
and I've added SELinux rule with:
After that I've restarted the container, and now it works.
Thanks for the help and quick response!
docker-compose.yml like this:and I've added SELinux rule with:
After that I've restarted the container, and now it works.
Thanks for the help and quick response!