Default RSSHub legacy bind address to localhost

This commit is contained in:
okxlin
2026-06-27 06:21:32 +08:00
parent eb71172009
commit 2f115d25c7
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ services:
networks:
- 1panel-network
ports:
- "${HOST_IP}:${PANEL_APP_PORT_HTTP}:1200"
- "${HOST_IP:-127.0.0.1}:${PANEL_APP_PORT_HTTP}:1200"
environment:
- "NODE_ENV=production"
- "CACHE_TYPE=redis"
+1 -1
View File
@@ -5,7 +5,7 @@ services:
networks:
- 1panel-network
ports:
- "${HOST_IP}:${PANEL_APP_PORT_HTTP}:1200"
- "${HOST_IP:-127.0.0.1}:${PANEL_APP_PORT_HTTP}:1200"
environment:
- "NODE_ENV=production"
- "CACHE_TYPE=redis"