network error fix
Build and Deploy SearXNG / deploy (push) Successful in 10s

This commit is contained in:
2026-06-10 16:26:52 +02:00
parent c06e40d11a
commit 97c9856ee6
+2 -2
View File
@@ -6,6 +6,8 @@ services:
restart: unless-stopped
volumes:
- valkey-data:/data
networks:
- searxng-internal
cap_drop:
- ALL
cap_add:
@@ -17,8 +19,6 @@ services:
image: docker.io/searxng/searxng:latest
container_name: searxng-core
restart: unless-stopped
ports:
- "8888:8080"
environment:
- SEARXNG_SECRET=${SEARXNG_SECRET}
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL}