mirror of
https://github.com/halo-dev/docs.git
synced 2026-05-17 02:10:01 +08:00
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 ```
This commit is contained in:
@@ -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)
|
||||
- [ghcr.io/halo-dev/halo-dev](https://github.com/halo-dev/halo/pkgs/container/halo-dev)
|
||||
@@ -43,7 +43,7 @@ description: 使用 Docker Compose 部署
|
||||
|
||||
services:
|
||||
halo_next:
|
||||
image: halohub/halo-dev:2.0.0-beta.1
|
||||
image: halohub/halo-dev:2.0.0-beta.2
|
||||
container_name: halo_next
|
||||
restart: on-failure:3
|
||||
volumes:
|
||||
@@ -66,7 +66,7 @@ description: 使用 Docker Compose 部署
|
||||
|
||||
services:
|
||||
halo_next:
|
||||
image: halohub/halo-dev:2.0.0-beta.1
|
||||
image: halohub/halo-dev:2.0.0-beta.2
|
||||
container_name: halo_next
|
||||
restart: on-failure:3
|
||||
depends_on:
|
||||
@@ -211,7 +211,7 @@ reverse_proxy 127.0.0.1:8090
|
||||
```yaml {3}
|
||||
services:
|
||||
halo_next:
|
||||
image: halohub/halo-dev:2.0.0-beta.1
|
||||
image: halohub/halo-dev:2.0.0-beta.2
|
||||
container_name: halo_next
|
||||
```
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ description: 使用 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)
|
||||
- [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 \
|
||||
-e HALO_EXTERNAL_URL=http://localhost:8090/ \
|
||||
-e HALO_SECURITY_INITIALIZER_SUPERADMINPASSWORD=P@88w0rd \
|
||||
halohub/halo-dev:2.0.0-beta.1
|
||||
halohub/halo-dev:2.0.0-beta.2
|
||||
```
|
||||
|
||||
:::info
|
||||
|
||||
+2
-2
@@ -37,14 +37,14 @@ slug: /
|
||||
|
||||
- 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.5 文档:<https://docs.halo.run>
|
||||
- 1.6 文档:<https://docs.halo.run>
|
||||
|
||||
## 快速开始
|
||||
|
||||
### Docker
|
||||
|
||||
```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>
|
||||
|
||||
Reference in New Issue
Block a user