Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
c2a7e7f5
Commit
c2a7e7f5
authored
Jun 07, 2024
by
Timothy J. Baek
Browse files
doc: readme
parent
dbde6281
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+4
-2
No files found.
README.md
View file @
c2a7e7f5
...
@@ -148,14 +148,16 @@ In the last part of the command, replace `open-webui` with your container name i
...
@@ -148,14 +148,16 @@ In the last part of the command, replace `open-webui` with your container name i
Check our Migration Guide available in our
[
Open WebUI Documentation
](
https://docs.openwebui.com/migration/
)
.
Check our Migration Guide available in our
[
Open WebUI Documentation
](
https://docs.openwebui.com/migration/
)
.
###
Exploring Cutting-Edge Features 🚀
###
Using the Dev Branch 🌙
> [!WARNING]
> [!WARNING]
> The `:dev` branch contains the latest unstable features and changes. Use it at your own risk as it may have bugs or incomplete features.
> The `:dev` branch contains the latest unstable features and changes. Use it at your own risk as it may have bugs or incomplete features.
If you want to try out the latest bleeding-edge features and are okay with occasional instability, you can use the
`:dev`
tag like this:
If you want to try out the latest bleeding-edge features and are okay with occasional instability, you can use the
`:dev`
tag like this:
`ghcr.io/open-webui/open-webui:dev`
```
bash
docker run
-d
-p
3000:8080
-v
open-webui:/app/backend/data
--name
open-webui
--restart
always ghcr.io/open-webui/open-webui:dev
```
## What's Next? 🌟
## What's Next? 🌟
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment