From 97c9856ee6ff11a4c666db2762e7e3fac304bf6b Mon Sep 17 00:00:00 2001 From: Baerspektivo Date: Wed, 10 Jun 2026 16:26:52 +0200 Subject: [PATCH] network error fix --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 87dfcb5..db608bc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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}