fix(searxng): multi workers seem to be trying to bind to same address

This commit is contained in:
JJGadgets
2025-04-07 17:09:40 +08:00
parent d9c0476b8a
commit b9166905e2

View File

@@ -29,7 +29,7 @@ spec:
image: &img
repository: "docker.io/searxng/searxng"
tag: "latest@sha256:967a800a35c0565532d73e46c476b64abb6bf41429019b23673ad9261663dbf1"
command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"]
command: ["uwsgi", "--master", "--http-socket", "[::]:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"]
env:
TZ: "${CONFIG_TZ}"
UWSGI_THREADS: &cpu