Comment on Need help with searxng docker compose
Override4414@lemmy.world 2 days 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 2 days agoSN_FR_@SN:~$ sudo docker exec -it searxng sh -c "id" uid=0(root) gid=0(root) groups=0(root)
HappyTimeHarry@lemm.ee 2 days 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.