-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Closed as not planned
Description
Describe the bug
A clear and concise description of what the bug is.
- docker-compose does not like
compose.yaml. Had to rename todocker-compose.yml. - Got the following error running docker-compose up -d --build:
ERROR: for ollama-webui Cannot create container for service ollama-webui: Conflict. The container name "/ollama-webui" is already in use by container "93961ed1994f57451a1f76e98cdefb67bb68d79865b3660d3d01562535400db6". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for ollama-webui Cannot create container for service ollama-webui: Conflict. The container name "/ollama-webui" is already in use by container "93961ed1994f57451a1f76e98cdefb67bb68d79865b3660d3d01562535400db6". You have to remove (or rename) that container to be able to reuse that name.
ERROR: Encountered errors while bringing up the project.
To Reproduce
Steps to reproduce the behavior:
- clone ollama-webui
- Rename
compose.yamltodocker-compose.yml docker-compose up -d --build- Errors out
Expected behavior
Containers should be build and ollama service and webui started.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Ubuntu 20.04.6 LTS
- Browser N/A
- Version N/A
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels