mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #1342] When i start the docker with following command, it is accessibgle through IP on the same PC but when i open it through network PC, it gives java script error. #83196
Reference in New Issue
Block a user
Originally created by @abidsoft on GitHub (Mar 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1342
When i start the docker with following command, it is accessibgle through IP on the same PC but when i open it through network PC, it gives java script error.
Does not load the dyanamic js modules and gives error.
docker run -d -p 192.168.0.219:3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main