mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 08:00:59 +00:00
Default RSSHub legacy bind address to localhost
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user