summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-04-04 14:57:53 +0200
committerGitHub <noreply@github.com>2025-04-04 14:57:53 +0200
commit9424bac031db78ab23d1e5f21ec2906e3d603433 (patch)
tree79b17997b14b4a1316f2f6217516a5d799b2bf81 /Dockerfile
parent59228fb1db9b48aa17260fd556061d612c979027 (diff)
Don't hardcode uWSGI parameters (#4578)
* Initial update * fix * add todo note
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index b353db102..1e2d8a227 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \