You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the docker with commandline: docker run --rm -d -p 8989:8080 -v "/etc/searxng:/etc/searxng" -e "BASE_URL=http://localhost:8989/" -e "INSTANCE_NAME=MySearXNG" -e "SEARXNG_SETTINGS_PATH=/etc/searxng/settings.yml" searxng/searxng
no matter with or without the "SEARXNG_SETTINGS_PATH" parameter, I don't see the settings.yml appear in my designated directory ("/etc/searxng").
I tried delete the docker image, repull and rerun it multiple times, also I had already chmod 777 the directory, still doesn't work.
What could be wrong with my settings?
This discussion was converted from issue #4376 on February 25, 2025 12:56.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I run the docker with commandline:
docker run --rm -d -p 8989:8080 -v "/etc/searxng:/etc/searxng" -e "BASE_URL=http://localhost:8989/" -e "INSTANCE_NAME=MySearXNG" -e "SEARXNG_SETTINGS_PATH=/etc/searxng/settings.yml" searxng/searxngno matter with or without the "SEARXNG_SETTINGS_PATH" parameter, I don't see the settings.yml appear in my designated directory ("/etc/searxng").
I tried delete the docker image, repull and rerun it multiple times, also I had already chmod 777 the directory, still doesn't work.
What could be wrong with my settings?
Beta Was this translation helpful? Give feedback.
All reactions