From 186c2794b5531b3ded023b4dc548c8d78b7ba070 Mon Sep 17 00:00:00 2001 From: Antoine C Date: Wed, 8 Oct 2025 11:51:38 +0200 Subject: [PATCH] docs: update deploy.md with wrong constraint --- content/reference/compose-file/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/compose-file/deploy.md b/content/reference/compose-file/deploy.md index b9b7f4bbd305..03f82ca06e35 100644 --- a/content/reference/compose-file/deploy.md +++ b/content/reference/compose-file/deploy.md @@ -98,7 +98,7 @@ For more detailed information about job options and behavior, see the [Docker CL deploy: placement: constraints: - - disktype=ssd + - node.labels.disktype==ssd ``` #### `preferences`