From 6eb603a33b4db2dd95305d5a5a8d4442f76fabc8 Mon Sep 17 00:00:00 2001 From: mayingchun Date: Tue, 25 Aug 2020 14:19:23 +0800 Subject: [PATCH] Fix issue #459 --- data_management/volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_management/volume.md b/data_management/volume.md index 6949add..89d6d73 100644 --- a/data_management/volume.md +++ b/data_management/volume.md @@ -73,7 +73,7 @@ $ docker inspect web "Type": "volume", "Name": "my-vol", "Source": "/var/lib/docker/volumes/my-vol/_data", - "Destination": "/app", + "Destination": "/webapp", "Driver": "local", "Mode": "", "RW": true,