Thank you ! just for those who also have this problem github.com/searxng/searxng-docker/issues/115
Comment on Need help with searxng docker compose
null_dot@lemmy.dbzer0.com 2 days ago
I’ve never used portainer sorry.
If you see the published port for a very short time then something might be crashing when it tries to start.
docker logs searxng
from cli might be revealing
Override4414@lemmy.world 2 days ago
null_dot@lemmy.dbzer0.com 2 days ago
Awesome.
You not only solved your problem but learned a heap along the way.
I love searxng too btw. It’s the best way to search for the time being.
Override4414@lemmy.world 2 days ago
I do have learnt a lot but I haven’t solved the problem 😱 🤓 🫠
Override4414@lemmy.world 2 days ago
Listen on [::]:8080
doesn’t give 20054, could this be the reason?HappyTimeHarry@lemm.ee 2 days ago
I think here is your problem.
Override4414@lemmy.world 2 days ago
I tried removing cap_drop (as instructed on github.com/searxng/searxng-docker/issues/115) but no luck, the permission error still exists. And also there occurs a new error
no python application found
HappyTimeHarry@lemm.ee 2 days ago
try opening a shell with ’ docker exec -it searxng sh" and see if you can cat the file from inside docker, if yes then I’m not sure of a solution ,if no then the problem is with permissions on your filesystem outside of docker where you have " - ./data/searxng:/etc/searxng" You need to go to ./data/searxng and correct the permissions so they can be read inside the docker.