mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
Add host.docker.internal overide
This commit is contained in:
parent
162643a4b1
commit
78a145f181
@ -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:
|
||||
|
||||
```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? 🌟
|
||||
|
Loading…
Reference in New Issue
Block a user