Merge pull request #311 from lcrownover/main

Include note for PORT if installed via Python
This commit is contained in:
Timothy Jaeryang Baek 2024-12-08 22:54:31 -08:00 committed by GitHub
commit 0501940751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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`