Update Halo version to 2.0.1 (#2879)

pull/2899/head
John Niang 2022-12-08 10:45:51 +08:00 committed by GitHub
parent cd5cc74714
commit f40ba48aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
## 快速开始
```bash
docker run -it -d --name halo-next -p 8090:8090 -v ~/.halo2:/root/.halo2 --restart=unless-stopped halohub/halo:2.0.0
docker run -it -d --name halo-next -p 8090:8090 -v ~/.halo2:/root/.halo2 --restart=unless-stopped halohub/halo:2.0.1
```
详细部署文档请查阅:<https://docs.halo.run/getting-started/install/docker-compose>