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
39c466d5
Unverified
Commit
39c466d5
authored
Jun 16, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Jun 16, 2024
Browse files
Merge pull request #3212 from robbie-cahill/patch-1
Add host.docker.internal overide for docker dev
parents
c8418da8
78a145f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
39c466d5
...
@@ -160,7 +160,7 @@ Check our Migration Guide available in our [Open WebUI Documentation](https://do
...
@@ -160,7 +160,7 @@ Check our Migration Guide available in our [Open WebUI Documentation](https://do
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:
```
bash
```
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
docker run
-d
-p
3000:8080
-v
open-webui:/app/backend/data
--name
open-webui
--add-host
=
host.docker.internal:host-gateway
--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