📝 版本描述更新

This commit is contained in:
chaos-zhu 2024-08-20 10:47:57 +08:00
parent 9f04c8adbb
commit f5928718de
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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
### 手动部署