Fix service name

This commit is contained in:
Maria Bermudez 2019-03-15 15:16:59 -07:00 committed by GitHub
parent 66dda9ef20
commit eb6aa08e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ $ docker service create -d \
#### NFSv4
```bash
docker service create -d \
--name nfs-service3 \
--name nfs-service \
--mount 'type=volume,source=nfsvolume,target=/app,volume-driver=local,volume-opt=type=nfs,volume-opt=device=:/,"volume-opt=o=10.0.0.10,rw,nfsvers=4,async"' \
nginx:latest`
```