docs: note docker compose v1 incompatibility

This commit is contained in:
2026-08-02 13:13:50 -04:00
parent 9541c47470
commit 43b8307e54
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -140,8 +140,7 @@ Optional extra ports (only if you need them):
### 4. Docker + Docker Compose
Any recent Docker with Compose — the v2 plugin (`docker compose`) or the v1
standalone (`docker-compose`) both work.
You must use the modern Docker Compose v2 plugin (`docker compose`). The older v1 standalone (`docker-compose`) is not compatible with the BuildKit images generated by this suite and will fail with a `ContainerConfig` KeyError during deployment.
---