updated docs for port flag if installed via python

This commit is contained in:
Lucas Crownover 2024-12-03 11:18:58 -08:00
parent 7126e3a9fa
commit 5f14fe2b1d

View File

@ -291,6 +291,10 @@ More information about this setting can be found [here](https://docs.sqlalchemy.
- Default: `8080`
- Description: Sets the port to run Open WebUI from.
:::info
If installed via Python, you must instead pass `--port` as a command line argument.
:::
#### `RESET_CONFIG_ON_START`
- Type: `bool`