Comment on Need help with searxng docker compose
Override4414@lemmy.world 4 weeks agoSN_FR_@SN:~$ sudo docker exec -it searxng sh -c "id" uid=0(root) gid=0(root) groups=0(root)
Comment on Need help with searxng docker compose
Override4414@lemmy.world 4 weeks agoSN_FR_@SN:~$ sudo docker exec -it searxng sh -c "id" uid=0(root) gid=0(root) groups=0(root)
HappyTimeHarry@lemm.ee 3 weeks ago
The problem is that while docker is running as root (0) the searxng process internally runs as a user searxng with id 977
So your filesystem outside of docker needs to have those files assigned the right ownership.
This thread has a more detailed discussion that you might find helpful.
Override4414@lemmy.world 2 weeks ago
Thank you so much, sorry it’s taken so long to reply. I still haven’t had the time, but I will take a closer look when I get the chance.
Override4414@lemmy.world 2 weeks ago
Thank you so much, sorry it’s taken so long to reply. I still haven’t had the time, but I will take a closer look when I get the chance.