Comment on Need help with searxng docker compose

ohshit604@sh.itjust.works ⁨1⁩ ⁨day⁩ ago

have you checked the directory & file permissions with ls -la /Your/SearXNG/WorkingDir ?

The error is telling you that the container does not have permission to that directory/file, you can essentially bypass this with sudo chmod 777 /Your/SearXNG/WorkingDir/* and sudo chown 1000:1000 Your/SearXNG/WorkingDir/*

source
Sort:hotnewtop