This commit is contained in:
MarkLo 2025-11-21 23:30:45 +08:00
parent d42c22c5ce
commit 5314a6b11b
1 changed files with 3 additions and 3 deletions

6
app.md
View File

@ -166,13 +166,13 @@ pnpm -C frontend dev
```bash
# 使用 Docker Compose 啟動
docker-compose up -d
docker compose up -d --build
# 查看日誌
docker-compose logs -f
docker compose logs -f
# 停止服務
docker-compose down -v
docker compose down -v
```
### 使用流程