mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-27 00:01:05 +00:00
修正端口配置
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="looking-glass"
|
||||
PANEL_APP_PORT_HTTP="20080"
|
||||
@@ -0,0 +1,15 @@
|
||||
|
||||
{
|
||||
"formFields": [
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "网页端口",
|
||||
"labelEn": "WebUI Port",
|
||||
"required": true,
|
||||
"default": 20080,
|
||||
"rule": "paramPort",
|
||||
"envKey": "PANEL_APP_PORT_HTTP",
|
||||
"edit": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
restart: unless-stopped
|
||||
network_mode: "host"
|
||||
environment:
|
||||
- HTTP_PORT=20080
|
||||
- HTTP_PORT=${PANEL_APP_PORT_HTTP}
|
||||
image: wikihostinc/looking-glass-server
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
Reference in New Issue
Block a user