Fix searxng upstream entrypoint path
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 10s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 14:11:39 +01:00
parent c4c642073d
commit 67771777cd

View File

@@ -5,4 +5,4 @@ sed -e "s|\${BASE_URL}|${BASE_URL}|g" \
-e "s|\${SEARXNG_SECRET_KEY}|${SEARXNG_SECRET_KEY}|g" \
/searxng/settings.yml.template > /etc/searxng/settings.yml
exec /usr/local/searxng/dockerfiles/docker-entrypoint.sh "$@"
exec /usr/local/searxng/entrypoint.sh "$@"