refactor(searxng): 修改 HTTP 端口映射
- 将容器内的 8161 端口更改为 8080 端口 - 此修改统一了 SearXNG 应用的端口配置
This commit is contained in:
parent
d400323c08
commit
d70e79e566
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue