Skip to content

Commit

Permalink
chore: update docker compose doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zsq1234 committed Apr 29, 2024
1 parent ace664a commit a073b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We provide excellent technical metrics to allow you and your team to work in a h
4. Start the frontend demo.

```bash
docker run --net=unvier-prod --rm --name univer-collaboration-lite \
docker run --net=univer-prod --rm --name univer-collaboration-lite \
-p 3010:3010 univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/release/univer-collaboration-lite:latest
```
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { TabItem, Tabs } from "@astrojs/starlight/components";
4. 启动前端服务。

```bash
docker run --net=unvier-prod --rm --name univer-collaboration-lite \
docker run --net=univer-prod --rm --name univer-collaboration-lite \
-p 3010:3010 univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/release/univer-collaboration-lite:latest
```
</TabItem>
Expand Down

0 comments on commit a073b20

Please sign in to comment.