diff --git a/README.md b/README.md index e69de29..f12491b 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# open-webui + +Extensible, feature-rich, self-hosted AI platform. + +- [Docs](https://docs.openwebui.com/) diff --git a/example.env b/example.env index e69de29..843d349 100644 --- a/example.env +++ b/example.env @@ -0,0 +1,3 @@ +DATA_MNT_OLLAMA="/opt/ollama" +DATA_MNT_OPENWEBUI="/opt/open-webui" +OPENWEBUI_PORT="3000"