diff options
author | mathieu.brunot <mathieu.brunot@monogramm.io> | 2019-10-14 02:02:41 +0200 |
---|---|---|
committer | mathieu.brunot <mathieu.brunot@monogramm.io> | 2019-10-14 02:02:41 +0200 |
commit | 2485d41bdd59fb820241241769ea9ad833ea470c (patch) | |
tree | 300d9ab06a2ef2239bec2635f7d381ecfde26732 /Dockerfile | |
parent | 8e62f7600f4582b913c92d56ffbafc22e37abe3b (diff) | |
download | searxng-2485d41bdd59fb820241241769ea9ad833ea470c.tar.gz searxng-2485d41bdd59fb820241241769ea9ad833ea470c.zip |
:whale: Config for instance name and autocomplete
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index fb4f2cb67..1815ddc57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,9 @@ ARG TIMESTAMP_UWSGI=0 ARG LABEL_VCS_REF= ARG LABEL_VCS_URL= -ENV BASE_URL= \ +ENV INSTANCE_NAME=searx \ + AUTOCOMPLETE= \ + BASE_URL= \ MORTY_KEY= \ MORTY_URL= EXPOSE 8080 |