Skip to content

Commit

Permalink
docs: update 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Dec 7, 2023
1 parent f174ab5 commit 04cc359
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## 目录

* [0.4.3](#043---2023-12-07)
* [0.4.2](#042---2023-12-06)
* [0.4.1](#041---2023-05-07)
* [0.4.0](#040---2022-09-17)
Expand All @@ -22,6 +23,10 @@
* [0.2.0](#020---2022-01-30)
* [0.1.0](#010---2022-01-27)

# 0.4.3 - 2023-12-07

- [修正] 修正因为 Golang 版本更新,导致的模版解析出现的展示异常。

# 0.4.2 - 2023-12-06

这个版本,特别感谢 @LightAPIs 的提交。
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ cd docker-flare
docker pull soulteary/flare
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare
# 也可以追求明确,使用固定版本
docker pull soulteary/flare:0.4.2
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare:0.4.2
docker pull soulteary/flare:0.4.3
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare:0.4.3
```

如果你习惯使用 docker-compose,只需要执行:
Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
## 命令行参数

```
docker run --rm -it -p 5005:5005 soulteary/flare:0.4.2 flare -h
docker run --rm -it -p 5005:5005 soulteary/flare:0.4.3 flare -h
找不到配置文件config,创建默认配置。
Flare v0.4.1-332C2E0E24789AA4D7F578AA14E7BA6F62970ADA linux/amd64 BuildDate=2023-05-07T03:06:36Z
Flare v0.4.3-0ACDB1AC2E46F39CEBBEB70921A8234465FA9837 linux/arm64 BuildDate=2023-12-07T13:08:58Z
支持命令:
-p, --port int 指定监听端口 (default 5005)
Expand Down

0 comments on commit 04cc359

Please sign in to comment.