Clarify ps:scale example

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2015-08-23 20:52:26 -04:00
parent cb0565eb56
commit 268c8763b2

View File

@@ -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.