feat: update Searxng 2026.3.23-2c1ce3bd3

This commit is contained in:
arch3rPro
2026-03-23 22:22:14 +08:00
parent eee6a147ea
commit 833e3cbfd8
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
services:
searxng:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${DATA_PATH}:/etc/searxng"
environment:
- BASE_URL=${SEARXNG_EXTERNAL_URL}
image: searxng/searxng:2026.3.23-2c1ce3bd3
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true