diff --git a/docs/process-management.md b/docs/process-management.md index 35b41c81c3f..f7c5e6b4cb2 100644 --- a/docs/process-management.md +++ b/docs/process-management.md @@ -28,11 +28,14 @@ web=1 worker=2 ``` +### `ps:scale` command + +Dokku can also manage scaling itself via the `ps:scale` command. This command can be used to scale multiple process types at the same time. -### Use the ps:scale command. Example: ``` dokku ps:scale app_name web=1 worker=2 ``` + *NOTE*: Dokku will always use the DOKKU_SCALE file that ships with the repo to override any local settings.