mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Unable to run second time #183
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @enzyme69 on GitHub (Jan 14, 2024).
Bug Report
Description
Bug Summary:
unable to run ollama UI docker the second time.
Steps to Reproduce:
I tried the command:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
Expected Behavior:
it should just run like the first time? (it works the first time
Actual Behavior:
docker: Cannot connect to the Docker daemon at unix:///Users/username/.docker/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@enzyme69 commented on GitHub (Jan 14, 2024):
I run the Docker app, then suddenly the response is different:
docker: Error response from daemon: Conflict. The container name "/ollama-webui" is already in use by container "f545cbe89ad178ee207d7482308840b45f2957fd4abe245a7a5be834ae1be3ed". You have to remove (or rename) that container to be able to reuse that name.
--- then I realized, I need to have the Docker app running, and now it seems to work.