Skip to content

Commit

Permalink
Merge pull request #20 from chrismk/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
qbhy authored May 25, 2024
2 parents 8fe8354 + 945e0ae commit 7afe62c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@
* 缓存网络图片,减少网络图片加载
* 支持企业定制化开发部署,详情请联系我
> ps:自定义字体、模板图片、网络图片缓存路径均可配置。具体配置参考 [example.application.properties](https://github.com/qbhy/poster-generater/blob/master/example.application.properties)
>
## 使用docker快速启动
```
$ docker run -d -p 8000:8000 qbhy/poster-generator:latest
```
## 直接获取图片API接口
```
http://127.0.0.1:8000/poster/render
```
## 压测
```bash
$ wrk -c 1000 -t 4 -s wrk.lua http://127.0.0.1:8000/wrk
Expand Down

0 comments on commit 7afe62c

Please sign in to comment.