Update volumes.md (#8842)

This commit is contained in:
Hoang 2019-05-26 02:18:18 +07:00 committed by Maria Bermudez
parent b2378c949c
commit 0602e4c354
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ $ docker service create -d \
docker service create -d \
--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`
nginx:latest
```
## Backup, restore, or migrate data volumes