From d70e79e5665caa7e3d38b7260199cfe893473057 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Wed, 12 Feb 2025 16:42:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(searxng):=20=E4=BF=AE=E6=94=B9=20HTTP?= =?UTF-8?q?=20=E7=AB=AF=E5=8F=A3=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将容器内的 8161 端口更改为 8080 端口 - 此修改统一了 SearXNG 应用的端口配置 --- apps/searxng/1.0.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/searxng/1.0.0/docker-compose.yml b/apps/searxng/1.0.0/docker-compose.yml index 62d557d..4547cd0 100644 --- a/apps/searxng/1.0.0/docker-compose.yml +++ b/apps/searxng/1.0.0/docker-compose.yml @@ -3,7 +3,7 @@ services: image: searxng/searxng:latest container_name: ${CONTAINER_NAME} ports: - - "${PANEL_APP_PORT_HTTP}:8161" + - "${PANEL_APP_PORT_HTTP}:8080" restart: unless-stopped networks: 1panel-network: