Fix searxng upstream entrypoint path
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 10s
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:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user