From 7900a2e97e5c8dcca2eacf64c2d8cce804649ba2 Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Fri, 8 Apr 2016 12:52:04 +0200 Subject: [PATCH] #2092: fix path in storage example --- docs/dokku-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dokku-storage.md b/docs/dokku-storage.md index ee7412efc..c36be4b49 100644 --- a/docs/dokku-storage.md +++ b/docs/dokku-storage.md @@ -21,7 +21,7 @@ This example demonstrates how to mount the recommended directory to `/storage` i ``` $ dokku storage:mount app-name /var/lib/dokku/data/storage:/storage ``` -Dokku will then mount the shared contents of`/var/lib/dokku/storage` to `/storage` inside the container. +Dokku will then mount the shared contents of`/var/lib/dokku/data/storage` to `/storage` inside the container. ## Use Cases