mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-22 02:47:43 +08:00
修正端口配置
This commit is contained in:
parent
0ef6396ef0
commit
e2cf70d2f2
2
ALS/versions/latest/.env.sample
Normal file
2
ALS/versions/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="looking-glass"
|
||||
PANEL_APP_PORT_HTTP="20080"
|
||||
15
ALS/versions/latest/config.json
Normal file
15
ALS/versions/latest/config.json
Normal file
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user