Comment on Need help with searxng docker compose

<- View Parent
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.

source
Sort:hotnewtop