Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a 500 error with this Docker run command #2415

Closed
DeflateAwning opened this issue May 20, 2024 · 0 comments
Closed

Getting a 500 error with this Docker run command #2415

DeflateAwning opened this issue May 20, 2024 · 0 comments

Comments

@DeflateAwning
Copy link

Bug Report

Description

Bug Summary:

# this one works fine, but I can't connect to Ollama, so I'm trying the next one (per the README troubleshooting):
docker run -d -p 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

# this results in an error:
docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main

Steps to Reproduce:

  1. Run docker commands above.

Expected Behavior:
I expect the page to load.

Actual Behavior:
I get a 500 error with no description of the error. The docker log output doesn't show anything useful either (no logs related to the error or attempted page load).

Environment

  • Open WebUI Version: 0.1.125

  • Ollama (if applicable): 0.1.38

  • Operating System: Ubuntu

  • Browser (if applicable): N/A

Reproduction Details

Installation Method

See above.

@open-webui open-webui locked and limited conversation to collaborators May 20, 2024
@tjbck tjbck converted this issue into discussion #2417 May 20, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant