mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
Clarify ps:scale example
[ci skip]
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user