summaryrefslogtreecommitdiff
path: root/dockerfiles
diff options
context:
space:
mode:
author3nprob <3nprob@3nprob>2021-04-08 12:51:50 +0900
committer3nprob <3nprob@3nprob>2021-04-08 12:56:15 +0900
commit0fb423ea59f08c1294e9651da49edd27467f80a0 (patch)
tree12abf7bcc2e7568483579b701afa35543dd9e538 /dockerfiles
parent547478089f1a48bb22a7651435db6cf941afc2f5 (diff)
Allow overriding env vars SEARX_SETTINGS_PATH,UWSGI_SETTINGS_PATH
Diffstat (limited to 'dockerfiles')
-rwxr-xr-xdockerfiles/docker-entrypoint.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/dockerfiles/docker-entrypoint.sh b/dockerfiles/docker-entrypoint.sh
index accc015f..6592b1c7 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