修复 nodedb 环境变量被覆盖
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
8ed4c27bae
commit
c5012e77d2
|
|
@ -15,6 +15,13 @@ additionalProperties:
|
|||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "http://127.0.0.1:4567"
|
||||
edit: true
|
||||
envKey: NODEBB_URL
|
||||
labelZh: 服务地址
|
||||
labelEn: Service address
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: NODEBB_ADMIN_USERNAME
|
||||
|
|
|
|||
|
|
@ -25,4 +25,3 @@ services:
|
|||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- NODEBB_PORT=4567
|
||||
- NODEBB_URL=http://127.0.0.1:4567
|
||||
|
|
|
|||
Loading…
Reference in New Issue