Originally created by @cavebutter on GitHub (Nov 29, 2023).
Describe the bug
A clear and concise description of what the bug is.
docker-compose does not like compose.yaml. Had to rename to docker-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.yaml to docker-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.
Originally created by @cavebutter on GitHub (Nov 29, 2023).
**Describe the bug**
A clear and concise description of what the bug is.
1. docker-compose does not like `compose.yaml`. Had to rename to `docker-compose.yml`.
2. 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:
1. clone ollama-webui
2. Rename `compose.yaml` to `docker-compose.yml`
3. `docker-compose up -d --build`
4. 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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @cavebutter on GitHub (Nov 29, 2023).
Describe the bug
A clear and concise description of what the bug is.
compose.yaml. Had to rename todocker-compose.yml.To Reproduce
Steps to reproduce the behavior:
compose.yamltodocker-compose.ymldocker-compose up -d --buildExpected 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):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
@cavebutter commented on GitHub (Nov 29, 2023):
There was a remnant from previous install. Removing old container solved this issue.