Skip to content

Commit

Permalink
修复 nodedb 环境变量被覆盖
Browse files Browse the repository at this point in the history
Signed-off-by: Meng Sen <[email protected]>
  • Loading branch information
QYG2297248353 committed Jan 13, 2025
1 parent 77d8756 commit bb904f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions apps/nodebb/3.12.2/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion apps/nodebb/3.12.2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ services:
environment:
- TZ=Asia/Shanghai
- NODEBB_PORT=4567
- NODEBB_URL=http://127.0.0.1:4567

0 comments on commit bb904f2

Please sign in to comment.