这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/process-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down