Skip to content

Commit

Permalink
docs: docker compose typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Oct 22, 2023
1 parent 42c6469 commit 1512c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
Save as `docker-compose.yaml`, then execute the following command in the directory where the file is located:

```bash
docker-compose up -d
docker compose up -d
```

## Manual
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
保存为`docker-compose.yaml`,然后在该文件所在目录执行以下命令:

```bash
docker-compose up -d
docker compose up -d
```

## 手动
Expand Down

0 comments on commit 1512c3e

Please sign in to comment.