From 07a420c3761ad61881c4be10092f9451531714f8 Mon Sep 17 00:00:00 2001 From: cuigh Date: Fri, 18 Nov 2022 18:19:50 +0800 Subject: [PATCH] Update doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d442659..db3c0ae 100644 --- a/README.md +++ b/README.md @@ -165,9 +165,9 @@ docker stack deploy -c compose.yml swirl **Swirl** use service labels to support some features, the labels in the table below are currently supported. -| Name | Description | Examples | -|-------------|----------------------|-------------------------------------| -| swirl.scale | Service auto scaling | `swirl.scale=min=1,max=5,cpu=30:50` | +| Name | Description | Examples | +|-------------|----------------------|-------------------------| +| swirl.scale | Service auto scaling | `min=1,max=5,cpu=30:50` | ## Build