docs: update documentation for Halo 2.0.0-beta.2 (#111)

/kind documentation

为 [Halo 2.0.0-beta.2](https://github.com/halo-dev/halo/releases/tag/v2.0.0-beta.2) 修改版本号。

```release-note
None
```
JohnNiang-patch-1
Ryan Wang 2 years ago committed by GitHub
parent f92e5ca387
commit 10e29f827c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ description: 使用 Docker Compose 部署
## 创建容器组 ## 创建容器组
可用的 Halo 2.0.0-beta.1 的 Docker 镜像: 可用的 Halo 2.0.0-beta.2 的 Docker 镜像:
- [halohub/halo-dev](https://hub.docker.com/r/halohub/halo-dev) - [halohub/halo-dev](https://hub.docker.com/r/halohub/halo-dev)
- [ghcr.io/halo-dev/halo-dev](https://github.com/halo-dev/halo/pkgs/container/halo-dev) - [ghcr.io/halo-dev/halo-dev](https://github.com/halo-dev/halo/pkgs/container/halo-dev)
@ -43,7 +43,7 @@ description: 使用 Docker Compose 部署
services: services:
halo_next: halo_next:
image: halohub/halo-dev:2.0.0-beta.1 image: halohub/halo-dev:2.0.0-beta.2
container_name: halo_next container_name: halo_next
restart: on-failure:3 restart: on-failure:3
volumes: volumes:
@ -66,7 +66,7 @@ description: 使用 Docker Compose 部署
services: services:
halo_next: halo_next:
image: halohub/halo-dev:2.0.0-beta.1 image: halohub/halo-dev:2.0.0-beta.2
container_name: halo_next container_name: halo_next
restart: on-failure:3 restart: on-failure:3
depends_on: depends_on:
@ -211,7 +211,7 @@ reverse_proxy 127.0.0.1:8090
```yaml {3} ```yaml {3}
services: services:
halo_next: halo_next:
image: halohub/halo-dev:2.0.0-beta.1 image: halohub/halo-dev:2.0.0-beta.2
container_name: halo_next container_name: halo_next
``` ```

@ -9,7 +9,7 @@ description: 使用 Docker 部署
## 使用 Docker 镜像 ## 使用 Docker 镜像
可用的 Halo 2.0.0-beta.1 的 Docker 镜像: 可用的 Halo 2.0.0-beta.2 的 Docker 镜像:
- [halohub/halo-dev](https://hub.docker.com/r/halohub/halo-dev) - [halohub/halo-dev](https://hub.docker.com/r/halohub/halo-dev)
- [ghcr.io/halo-dev/halo-dev](https://github.com/halo-dev/halo/pkgs/container/halo-dev) - [ghcr.io/halo-dev/halo-dev](https://github.com/halo-dev/halo/pkgs/container/halo-dev)
@ -26,7 +26,7 @@ description: 使用 Docker 部署
-v ~/halo-next:/root/halo-next \ -v ~/halo-next:/root/halo-next \
-e HALO_EXTERNAL_URL=http://localhost:8090/ \ -e HALO_EXTERNAL_URL=http://localhost:8090/ \
-e HALO_SECURITY_INITIALIZER_SUPERADMINPASSWORD=P@88w0rd \ -e HALO_SECURITY_INITIALIZER_SUPERADMINPASSWORD=P@88w0rd \
halohub/halo-dev:2.0.0-beta.1 halohub/halo-dev:2.0.0-beta.2
``` ```
:::info :::info

@ -37,14 +37,14 @@ slug: /
- 1.5 分支:<https://github.com/halo-dev/halo/tree/release-1.5> - 1.5 分支:<https://github.com/halo-dev/halo/tree/release-1.5>
- 1.6 分支:<https://github.com/halo-dev/halo/tree/release-1.6> - 1.6 分支:<https://github.com/halo-dev/halo/tree/release-1.6>
- 1.5 文档:<https://docs.halo.run> - 1.6 文档:<https://docs.halo.run>
## 快速开始 ## 快速开始
### Docker ### Docker
```bash ```bash
docker run -it -d --name halo-next -p 8090:8090 -v ~/halo-next:/root/halo-next --restart=unless-stopped halohub/halo-dev:2.0.0-beta.1 docker run -it -d --name halo-next -p 8090:8090 -v ~/halo-next:/root/halo-next --restart=unless-stopped halohub/halo-dev:2.0.0-beta.2
``` ```
详细部署文档请查阅:<https://docs.halo.run/2.0.0-SNAPSHOT/getting-started/install/docker> 详细部署文档请查阅:<https://docs.halo.run/2.0.0-SNAPSHOT/getting-started/install/docker>

Loading…
Cancel
Save