From e0e9d7d4f273481fc5d356216c15262ecc04fe09 Mon Sep 17 00:00:00 2001 From: Rupak Ganguly Date: Fri, 3 Apr 2020 15:01:25 -0400 Subject: [PATCH] Fix example Add a trailing \ --- ee/ucp/swarm/deploy-to-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/swarm/deploy-to-collection.md b/ee/ucp/swarm/deploy-to-collection.md index 509794673e..699a48a761 100644 --- a/ee/ucp/swarm/deploy-to-collection.md +++ b/ee/ucp/swarm/deploy-to-collection.md @@ -33,7 +33,7 @@ to a `/Shared/database` collection: ```bash docker service create \ --name redis_2 \ - --label com.docker.ucp.access.label="/Shared/database" + --label com.docker.ucp.access.label="/Shared/database" \ redis:3.0.6 ```