docs: update documentation for Halo 2.0.0-alpha.3 (#103)

更新 2.0.0 alpha 的版本号。 https://github.com/halo-dev/halo/releases/tag/v2.0.0-alpha.3

/kind documentation

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

@ -9,7 +9,7 @@ description: 使用 Docker Compose 部署
## 创建容器组 ## 创建容器组
可用的 Halo 2.0.0-alpha.2 的 Docker 镜像: 可用的 Halo 2.0.0-alpha.3 的 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-alpha.2 image: halohub/halo-dev:2.0.0-alpha.3
container_name: halo_next container_name: halo_next
restart: on-failure:3 restart: on-failure:3
volumes: volumes:
@ -68,7 +68,7 @@ description: 使用 Docker Compose 部署
services: services:
halo_next: halo_next:
image: halohub/halo-dev:2.0.0-alpha.2 image: halohub/halo-dev:2.0.0-alpha.3
container_name: halo_next container_name: halo_next
restart: on-failure:3 restart: on-failure:3
depends_on: depends_on:
@ -210,7 +210,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-alpha.2 image: halohub/halo-dev:2.0.0-alpha.3
container_name: halo_next container_name: halo_next
``` ```

@ -9,7 +9,7 @@ description: 使用 Docker 部署
## 使用 Docker 镜像 ## 使用 Docker 镜像
可用的 Halo 2.0.0-alpha.2 的 Docker 镜像: 可用的 Halo 2.0.0-alpha.3 的 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-alpha.2 halohub/halo-dev:2.0.0-alpha.3
``` ```
:::info :::info

@ -44,7 +44,7 @@ slug: /
### 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-alpha.2 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-alpha.3
``` ```
详细部署文档请查阅:<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