📝 版本描述更新
This commit is contained in:
parent
9f04c8adbb
commit
124f3b32ec
@ -1,3 +1,12 @@
|
||||
## [2.2.3](https://github.com/chaos-zhu/easynode/releases) (2024-08-20)
|
||||
|
||||
### Features
|
||||
|
||||
* 添加环境变量 ✔
|
||||
* 支持IP访问白名单设置 ✔
|
||||
* 修复一些小bug ✔
|
||||
* 优化Eslint规则 ✔
|
||||
|
||||
## [2.2.2](https://github.com/chaos-zhu/easynode/releases) (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
@ -34,6 +34,9 @@
|
||||
docker run -d --net=host --restart=always -v /root/easynode/db:/easynode/app/db chaoszhu/easynode
|
||||
# 容器支持使用-p 8082:8082映射端口, 但无法记录登录IP
|
||||
```
|
||||
环境变量:
|
||||
- `DEBUG`: 启动debug日志 0:关闭 1:开启, 默认关闭
|
||||
- `ALLOWED_IPS`: 运行访问服务的IP, 多个使用逗号分隔, 例如: -e ALLOWED_IPS=127.0.0.1,127.0.0.2
|
||||
|
||||
### 手动部署
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user