Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/01-quickstart/03quickstartWithDockercompose.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "brokerIP1=127.0.0.1" > broker.conf
```

## 2.编写docker-compose
为了快速启动并运行 RockerMQ 集群,您可以使用以下模板通过修改或添加环境部分中的配置来创建 docker-compose.yml 文件。
为了快速启动并运行 RocketMQ 集群,您可以使用以下模板通过修改或添加环境部分中的配置来创建 docker-compose.yml 文件。
```text
version: '3.8'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "brokerIP1=127.0.0.1" > broker.conf
```

## 2.Configure docker-compose
To quickly start and run the RockerMQ cluster, you can use the following template to create a docker-compose.yml file by modifying or adding configurations in the environment section.
To quickly start and run the RocketMQ cluster, you can use the following template to create a docker-compose.yml file by modifying or adding configurations in the environment section.
```text
version: '3.8'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docker-compose up -d
<TabItem value="Windows" label="Windows">

```code
docker-compose -p rockermq_project up -d
docker-compose -p rocketmq_project up -d
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 1.编写docker-compose

为了快速启动并运行 RockerMQ 集群,您可以使用以下模板通过修改或添加环境部分中的配置来创建 docker-compose.yml 文件。
为了快速启动并运行 RocketMQ 集群,您可以使用以下模板通过修改或添加环境部分中的配置来创建 docker-compose.yml 文件。
```text
version: '3.8'
services:
Expand Down Expand Up @@ -74,7 +74,7 @@ docker-compose up -d
<TabItem value="Windows" label="Windows">

```code
docker-compose -p rockermq_project up -d
docker-compose -p rocketmq_project up -d
```

</TabItem>
Expand Down