fix: don't expose searchxng to public
This commit is contained in:
parent
582194f8f5
commit
7e77c9c26b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue