data begone
authorSam <sam.saffron@gmail.com>
Tue, 21 Jan 2014 22:31:58 +0000 (09:31 +1100)
committerSam <sam.saffron@gmail.com>
Tue, 21 Jan 2014 22:31:58 +0000 (09:31 +1100)
README.md

index 4b9b01f7860318c992b340755cc3b4bb6adb7b2b..6ae8d2146a4e6bc9a4e401e22cfd23fda8832f6c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Expose port 22 inside the container on port 2222 on ALL local host interfaces.
 ```
 volumes:
   - volume:
-      host: /var/docker/data
+      host: /var/docker/shared
       guest: /shared
 
 ```