ghmark675

docs(README): remove redundant content

... ... @@ -208,21 +208,15 @@ Weibo_PublicOpinion_AnalysisSystem/
### 1. Starting the Project
This project utilizes `docker compose` for managing and running multiple services.
**Run Command:** Execute the following command to start all services in the **background**:
1. **Locate File:** Navigate to the directory containing the provided `docker-compose.yml` file.
2. **Run Command:** Execute the following command to start all services in the **background**:
```bash
docker compose up -d
```
> **⚠️ Note: Slow Image Pull**
```bash
docker compose up -d
```
> If you encounter slow image pulling speeds, you can modify the `image` field under the corresponding service in the `docker-compose.yml` file to use an alternative image source.
> **⚠️ Note: Slow Image Pull**
> In the original `docker-compose.yml` file, we have provided alternative (or mirror) image addresses as **comments** for you to replace with.
> In the original `docker-compose.yml` file, we have provided alternative (or mirror) image addresses as **comments** for you to replace with.
### 2. Configuration Instructions
... ...
... ... @@ -208,21 +208,15 @@ Weibo_PublicOpinion_AnalysisSystem/
### 1. 启动项目
本项目使用 `docker compose` 进行多服务管理和运行。
**运行命令:** 执行以下命令在**后台**启动所有服务:
1. **定位文件:** 切换到包含项目提供的 `docker-compose.yml` 文件的目录下。
2. **运行命令:** 执行以下命令在**后台**启动所有服务:
```bash
docker compose up -d
```
> **⚠️ 注意:镜像拉取速度慢**
```bash
docker compose up -d
```
> 如果您在拉取镜像时遇到速度过慢的问题,可以修改 `docker-compose.yml` 文件中对应服务下的 `image` 字段,以使用其他的镜像源。
> **⚠️ 注意:镜像拉取速度慢**
> 在原 `docker-compose.yml` 文件中,我们已经通过**注释**的方式提供了备用(或其他)镜像地址供您替换。
> 在原 `docker-compose.yml` 文件中,我们已经通过**注释**的方式提供了备用(或其他)镜像地址供您替换。
### 2. 配置说明
... ...