mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-25 17:21:00 -05:00
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. #560
Reference in New Issue
Block a user
Originally created by @abidsoft on GitHub (Mar 28, 2024).
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