Update README.md

pull/1256/head
Ryan Wang 2021-01-28 09:36:17 +08:00 committed by GitHub
parent a854adf53a
commit f6ef7f207c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ java -jar halo.jar
### Docker: ### Docker:
```bash ```bash
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always ruibaby/halo docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo
``` ```
详细部署文档请查阅:<https://docs.halo.run/install/index> 详细部署文档请查阅:<https://docs.halo.run/install/index>