Skip to content

Commit

Permalink
docs: switch from ps:rebuild to ps:restart
Browse files Browse the repository at this point in the history
A rebuild from source is not generally required here.
  • Loading branch information
josegonzalez committed Jul 26, 2018
1 parent c9de100 commit 2679bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/persistent-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Once you have mounted persistent storage, you will also need to restart the appl
[process scaling documentation](/docs/deployment/process-management.md) for more information.

```shell
dokku ps:rebuild app-name
dokku ps:restart app-name
```

A more complete workflow may require making a custom directory for your application and mounting it within your `/app/storage` directory instead. The mount point is *not* relative to your application's working directory, and is instead relative to the root of the container.
Expand Down

0 comments on commit 2679bf3

Please sign in to comment.