Skip to content

Commit

Permalink
refactor(doc): add docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Dec 28, 2024
1 parent 9caed47 commit 36bacf0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
- jdk17: java17/21 + springboot 3.4 + springcloud 2024
- master: java8 + springboot 2.7 + springcloud 2021


#### 快速部署

```shell
# 可用内存大于4G
curl -o docker-compose.yaml https://try.pig4cloud.com
# 等待5分钟
docker compose up
```

#### 文档视频

- 🔥 [ 配套文档 wiki.pig4cloud.com](https://wiki.pig4cloud.com)
Expand Down

0 comments on commit 36bacf0

Please sign in to comment.