From a5c908510566763a535deedf33d87f26de21bbe1 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Wed, 11 Mar 2026 16:58:15 +1000 Subject: [PATCH] docs: add ulimits to Compose compatibility doc --- website/docs/8-compose-file-reference/1-support-matrix.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/8-compose-file-reference/1-support-matrix.md b/website/docs/8-compose-file-reference/1-support-matrix.md index c81383ae..8f9e9dde 100644 --- a/website/docs/8-compose-file-reference/1-support-matrix.md +++ b/website/docs/8-compose-file-reference/1-support-matrix.md @@ -46,6 +46,7 @@ If you rely on a specific Compose feature that is not supported by Uncloud, plea | `stop_grace_period` | ✅ Supported | Time to wait after SIGTERM before SIGKILL | | `storage_opt` | ❌ Not supported | | | `sysctls` | ✅ Supported | Namespaced kernel parameters | +| `ulimits` | ✅ Supported | Resource limits | | `user` | ✅ Supported | Set container user | | `volumes` | ✅ Supported | Named volumes, bind mounts, tmpfs | | **Deploy** | | |