nodebbs 0.3.0-beta.1 → 0.3.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,6 +94,11 @@ services:
94
94
  PORT: 3100
95
95
  SERVER_API_URL: ${SERVER_API_URL:-http://api:7100}
96
96
  TZ: Asia/Shanghai
97
+ # volumes:
98
+ # 自定义资源挂载(如有需要,请取消注释并在同级目录下创建 web 文件夹及对应文件)
99
+ # - ./web/favicon.ico:/app/apps/web/public/favicon.ico
100
+ # - ./web/logo.svg:/app/apps/web/public/logo.svg
101
+ # - ./web/apple-touch-icon.png:/app/apps/web/public/apple-touch-icon.png
97
102
  ports:
98
103
  - "${WEB_PORT:-3100}:3100"
99
104
  depends_on:
@@ -781,5 +781,5 @@
781
781
  ]
782
782
  }
783
783
  },
784
- "version": "0.3.0-beta.1"
784
+ "version": "0.3.0-beta.4"
785
785
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nodebbs",
3
3
  "description": "NodeBBS 论坛系统专业运维工具",
4
- "version": "0.3.0-beta.1",
4
+ "version": "0.3.0-beta.4",
5
5
  "author": "wengqianshan",
6
6
  "bin": {
7
7
  "nodebbs": "./bin/run.js"