docs(README): remove redundant content

This commit is contained in:
ghmark675
2025-11-07 09:58:46 +08:00
parent 3dacdf63a3
commit 1f0689c5ff
2 changed files with 12 additions and 24 deletions
+6 -12
View File
@@ -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.
```bash
docker compose up -d
```
2. **Run Command:** Execute the following command to start all services in the **background**:
> **⚠️ Note: Slow Image Pull**
```bash
docker compose up -d
```
> **⚠️ Note: Slow Image Pull**
> 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.
> 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