Merge pull request #4786 from dokku/ps-restore-docs

Add missing argument from trigger documentation
This commit is contained in:
Jose Diaz-Gonzalez
2021-09-14 02:25:33 -04:00
committed by GitHub

View File

@@ -1674,7 +1674,7 @@ APP="$1"; IMAGE_TAG="$2"; IMAGE=$(get_app_image_name $APP $IMAGE_TAG)
- Description: Allows you to run commands before all containers are restored
- Invoked by: `dokku ps:restore`
- Arguments: `$DOKKU_SCHEDULER`
- Arguments: `$DOKKU_SCHEDULER $APP`
- Example:
```shell