fix: revert to 0.0.0.0

This commit is contained in:
Ray Andrew 2026-02-13 02:29:10 -06:00
parent 7e77c9c26b
commit 6c43db6b8a
Signed by: rayandrew
SSH key fingerprint: SHA256:EUCV+qCSqkap8rR+p+zGjxHfKI06G0GJKgo1DIOniQY

View file

@ -20,7 +20,7 @@ services:
environment: environment:
- SEARXNG_SECRET_KEY=${SEARXNG_SECRET_KEY} - SEARXNG_SECRET_KEY=${SEARXNG_SECRET_KEY}
ports: ports:
- "127.0.0.1:8080:8080" - "0.0.0.0:8080:8080"
depends_on: depends_on:
valkey: valkey:
condition: service_healthy condition: service_healthy