mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-25 11:15:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user