diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-04-04 14:57:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-04 14:57:53 +0200 |
| commit | 9424bac031db78ab23d1e5f21ec2906e3d603433 (patch) | |
| tree | 79b17997b14b4a1316f2f6217516a5d799b2bf81 /Dockerfile | |
| parent | 59228fb1db9b48aa17260fd556061d612c979027 (diff) | |
Don't hardcode uWSGI parameters (#4578)
* Initial update
* fix
* add todo note
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
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 \ |