mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 19:18:00 +08:00
fix: 修正 JumpServer 应用缺失变量 (#478)
This commit is contained in:
parent
4ac6f88698
commit
870b47e3c0
@ -134,3 +134,8 @@ additionalProperties:
|
||||
labelZh: Magnus Redis 端口
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: DOMAINS
|
||||
labelEn: DOMAINS
|
||||
labelZh: DOMAINS
|
@ -23,6 +23,7 @@ services:
|
||||
MAGNUS_MYSQL_PORT: ${MAGNUS_MYSQL_PORT}
|
||||
MAGNUS_MARIADB_PORT: ${MAGNUS_MARIADB_PORT}
|
||||
MAGNUS_REDIS_PORT: ${MAGNUS_REDIS_PORT}
|
||||
DOMAINS: ${DOMAINS:-}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
- ${SSH_PORT}:2222
|
||||
|
Loading…
x
Reference in New Issue
Block a user