fix: update docker-compose V1 syntax to V2 and add release PDF workflow

Replace remaining docker-compose command references with docker compose (V2).
Add GitHub Actions workflow to auto-generate PDF via mdpress on release.
This commit is contained in:
Baohua Yang
2026-03-19 20:21:06 -07:00
parent e53266a97b
commit 8e8c554482
6 changed files with 59 additions and 10 deletions

View File

@@ -838,7 +838,7 @@ ENV PATH="/opt/venv/bin:$PATH"
WORKDIR /workspace
```
**docker-compose 用于 Dev Containers**
**Docker Compose 用于 Dev Containers**
```yaml
# .devcontainer/docker-compose.yml