mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
docs: update builder management docs to warn that globally setting a builder will force all apps to use that builder
Closes #6759
This commit is contained in:
@@ -44,6 +44,9 @@ The `selected` property can also be set globally. The global default is an empty
|
||||
dokku builder:set --global selected herokuish
|
||||
```
|
||||
|
||||
> [!WARNING]
|
||||
> Selecting a global builder will result in _all_ applications using that builder unless a manual override is selected.
|
||||
|
||||
The default value may be set by passing an empty value for the option.
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user