diff options
author | 3nprob <3nprob@3nprob> | 2021-04-08 12:51:50 +0900 |
---|---|---|
committer | 3nprob <3nprob@3nprob> | 2021-04-08 12:56:15 +0900 |
commit | 0fb423ea59f08c1294e9651da49edd27467f80a0 (patch) | |
tree | 12abf7bcc2e7568483579b701afa35543dd9e538 /dockerfiles | |
parent | 547478089f1a48bb22a7651435db6cf941afc2f5 (diff) | |
download | searxng-0fb423ea59f08c1294e9651da49edd27467f80a0.tar.gz searxng-0fb423ea59f08c1294e9651da49edd27467f80a0.zip |
Allow overriding env vars SEARX_SETTINGS_PATH,UWSGI_SETTINGS_PATH
Diffstat (limited to 'dockerfiles')
-rwxr-xr-x | dockerfiles/docker-entrypoint.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dockerfiles/docker-entrypoint.sh b/dockerfiles/docker-entrypoint.sh index accc015f7..6592b1c70 100755 --- a/dockerfiles/docker-entrypoint.sh +++ b/dockerfiles/docker-entrypoint.sh @@ -24,9 +24,6 @@ if [ -z "${BIND_ADDRESS}" ]; then export BIND_ADDRESS="${DEFAULT_BIND_ADDRESS}" fi -export UWSGI_SETTINGS_PATH=/etc/searx/uwsgi.ini -export SEARX_SETTINGS_PATH=/etc/searx/settings.yml - # Parse special command line # see docs/admin/installation-docker.rst # display the help message without the version |