mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
fix: change manager port
This commit is contained in:
@@ -1,36 +1,24 @@
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: 5443
|
|
||||||
edit: true
|
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
|
||||||
labelEn: Main Service Port
|
|
||||||
labelZh: 主服务端口
|
|
||||||
label:
|
|
||||||
en: Main Service Port
|
|
||||||
ja: メインサービスポート
|
|
||||||
ms: Port Utama
|
|
||||||
pt-br: Porta Principal
|
|
||||||
ru: Основной порт сервиса
|
|
||||||
ko: 메인 서비스 포트
|
|
||||||
zh-Hant: 主服務端口
|
|
||||||
zh: 主服务端口
|
|
||||||
required: true
|
|
||||||
rule: paramPort
|
|
||||||
type: number
|
|
||||||
- default: 5003
|
- default: 5003
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_MANAGE
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Management Port
|
labelEn: Management Port
|
||||||
labelZh: 管理监控端口
|
labelZh: 管理监控端口
|
||||||
label:
|
label:
|
||||||
en: Management Port
|
en: Management Port
|
||||||
ja: 管理ポート
|
|
||||||
ms: Port Pengurusan
|
|
||||||
pt-br: Porta de Gerenciamento
|
|
||||||
ru: Порт управления
|
|
||||||
ko: 관리 포트
|
|
||||||
zh-Hant: 管理監控端口
|
|
||||||
zh: 管理监控端口
|
zh: 管理监控端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: 5443
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_PROXY
|
||||||
|
labelEn: Proxy Port
|
||||||
|
labelZh: 代理端口
|
||||||
|
label:
|
||||||
|
en: Proxy Port
|
||||||
|
zh: 代理端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
@@ -3,11 +3,11 @@ services:
|
|||||||
image: linkease/kspeeder:latest
|
image: linkease/kspeeder:latest
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:5443
|
- ${PANEL_APP_PORT_HTTP}:5003
|
||||||
- ${PANEL_APP_PORT_MANAGE}:5003
|
- ${PANEL_APP_PORT_PROXY}:5443
|
||||||
volumes:
|
volumes:
|
||||||
- ./kspeeder-data:/kspeeder-data
|
- ./kspeeder-data:/kspeeder-data
|
||||||
- ./kspeeder-config:/kspeeder-config
|
- ./kspeeder-config:/kspeeder-config
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
Reference in New Issue
Block a user