mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 08:01:04 +00:00
Bind the RSSHub web port through HOST_IP so the 1Panel external access toggle controls the published address. Keep the Browserless sidecar unexposed while declaring an empty ports list, which lets 1Panel populate HOST_IP even when it selects the sidecar service for common parameter injection.
7 lines
136 B
Bash
7 lines
136 B
Bash
CONTAINER_NAME="rsshub"
|
|
HOST_IP="127.0.0.1"
|
|
PANEL_APP_PORT_HTTP="40062"
|
|
REDIS_HOST="127.0.0.1"
|
|
REDIS_PORT="6379"
|
|
REDIS_PASS="Redis_PWD"
|