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 ```