Don't hardcode uWSGI parameters (#4578)
* Initial update * fix * add todo note
This commit is contained in:
@@ -12,6 +12,7 @@ RUN addgroup -g ${SEARXNG_GID} searxng && \
|
||||
ENV INSTANCE_NAME=searxng \
|
||||
AUTOCOMPLETE= \
|
||||
BASE_URL= \
|
||||
BIND_ADDRESS=[::]:8080 \
|
||||
MORTY_KEY= \
|
||||
MORTY_URL= \
|
||||
SEARXNG_SETTINGS_PATH=/etc/searxng/settings.yml \
|
||||
|
||||
Reference in New Issue
Block a user