From b5fdc1682b44e71492d5502a1606128179a78225 Mon Sep 17 00:00:00 2001 From: moqiruyi Date: Thu, 4 Jun 2026 15:00:37 +0800 Subject: [PATCH] =?UTF-8?q?style(searxng):=20=E6=B8=85=E7=90=86=20yaml=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=9C=AB=E5=B0=BE?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- searxng/stack.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/searxng/stack.yml b/searxng/stack.yml index b414cc6..9f7bdb0 100644 --- a/searxng/stack.yml +++ b/searxng/stack.yml @@ -3,7 +3,6 @@ # Run:: docker compose --env-file ./searxng/env.cfg -f ./searxng/stack.yml up -d services: - valkey: image: ${Valkey_TAG} container_name: redis @@ -12,7 +11,7 @@ services: networks: - searxng volumes: - - ${Volumes_Path}/redis-data:/data + - ${Volumes_Path}/redis-data:/data searxng: image: ${SearXNG_TAG} @@ -32,4 +31,4 @@ services: - ${Volumes_Path}/searxng-data:/var/cache/searxng:rw networks: - searxng: \ No newline at end of file + searxng: