feat: update Searxng 2025.12.3-1f6ea4127

This commit is contained in:
arch3rPro
2025-12-04 01:24:27 +08:00
parent c6e81d637b
commit fa9c0afe8f
4 changed files with 2 additions and 2 deletions
@@ -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:2025.12.3-1f6ea4127
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true