mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
#2092: fix path in storage example
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user