style(searxng): 清理 yaml 格式,修复末尾换行缺失

This commit is contained in:
moqiruyi
2026-06-04 15:00:37 +08:00
parent 1b7c70102c
commit b5fdc1682b

View File

@@ -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:
searxng: