Skip to content

Commit 186c279

Browse files
authored
docs: update deploy.md with wrong constraint
1 parent 8d26f9e commit 186c279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/compose-file/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For more detailed information about job options and behavior, see the [Docker CL
9898
deploy:
9999
placement:
100100
constraints:
101-
- disktype=ssd
101+
- node.labels.disktype==ssd
102102
```
103103

104104
#### `preferences`

0 commit comments

Comments
 (0)