Skip to content

Commit

Permalink
Merge pull request #3235 from dokku/josegonzalez-patch-1
Browse files Browse the repository at this point in the history
Switch from ps:rebuild to ps:restart
  • Loading branch information
josegonzalez committed Jul 26, 2018
2 parents c9de100 + 2679bf3 commit 029de87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/persistent-storage.md
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 029de87

Please sign in to comment.