mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Update persistent-storage.md
add directory to complete path
This commit is contained in:
@@ -37,7 +37,7 @@ This example demonstrates how to mount the recommended directory to `/storage` i
|
||||
dokku storage:mount node-js-app /var/lib/dokku/data/storage/node-js-app:/storage
|
||||
```
|
||||
|
||||
Dokku will then mount the shared contents of `/var/lib/dokku/data/storage` to `/storage` inside the container.
|
||||
Dokku will then mount the shared contents of `/var/lib/dokku/data/storage/node-js-app` to `/storage` inside the container.
|
||||
|
||||
Once you have mounted persistent storage, you will also need to restart the application. See the
|
||||
[process scaling documentation](/docs/deployment/process-management.md) for more information.
|
||||
|
||||
Reference in New Issue
Block a user