Update README_EN.md

This commit is contained in:
Baobhan Sith
2025-05-12 05:44:37 +08:00
committed by GitHub
parent d20e6660f9
commit 75e059c513
+4 -4
View File
@@ -119,19 +119,19 @@ sudo systemctl restart docker
### 2️⃣ Start the Service ### 2️⃣ Start the Service
```bash ```bash
docker-compose up -d docker compose up -d
``` ```
### 3️⃣ Update ### 3️⃣ Update
Note: Running with docker-compose does not require pulling the source code unless you plan to build it yourself. Simply execute the following commands in the project directory to update. Note: Running with docker-compose does not require pulling the source code unless you plan to build it yourself. Simply execute the following commands in the project directory to update.
```bash ```bash
docker-compose down docker compose down
``` ```
```bash ```bash
docker-compose pull docker compose pull
``` ```
```bash ```bash
docker-compose up -d docker compose up -d
``` ```
## 📚 Usage Guide ## 📚 Usage Guide