refactor(searxng): 修改 HTTP 端口映射

- 将容器内的 8161 端口更改为 8080 端口
- 此修改统一了 SearXNG 应用的端口配置
This commit is contained in:
brightching 2025-02-12 16:42:31 +08:00
parent d400323c08
commit d70e79e566
1 changed files with 1 additions and 1 deletions

View File

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