fix: don't expose searchxng to public

This commit is contained in:
Ray Andrew 2026-02-13 02:27:36 -06:00
parent 582194f8f5
commit 7e77c9c26b
Signed by: rayandrew
SSH key fingerprint: SHA256:EUCV+qCSqkap8rR+p+zGjxHfKI06G0GJKgo1DIOniQY

View file

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