Merge pull request #10570 from rupakg/patch-4

Fix example
This commit is contained in:
Usha Mandya 2020-04-06 16:16:00 +01:00 committed by GitHub
commit dedf8d67f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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