Fix example

Add a trailing \
This commit is contained in:
Rupak Ganguly 2020-04-03 15:01:25 -04:00 committed by GitHub
parent 74d6897d83
commit e0e9d7d4f2
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
```