mirror of https://github.com/halo-dev/halo
Update README.md due to 2.0.0-alpha.3 released (#2634)
#### What type of PR is this? /kind documentation #### What this PR does / why we need it: Bump image tag in docker command. #### Does this PR introduce a user-facing change? ```release-note None ```pull/2636/head
parent
84617c3e96
commit
8b038c1e0a
|
@ -35,7 +35,7 @@
|
||||||
### 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…
Reference in New Issue