Skip to content

Commit

Permalink
docs:publish v1.17.0 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored May 9, 2023
1 parent ad23ba5 commit a474f8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/zh-cn/docs/使用指南/服务端安装/单机版安装.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@ docker run -d --privileged=true \

下载 Docker Compose 安装包: polaris-standalone-release_$version.docker-compose.zip


创建mysql、redis 存储卷,方便数据持久化

```shell
docker volume create --name=vlm_data_mysql
docker volume create --name=vlm_data_redis
```

启动服务

```bash
执行解压:polaris-standalone-release_$version.docker-compose.zip

Expand Down

0 comments on commit a474f8a

Please sign in to comment.