Several docker-compose issues leading to failed install #67

Closed
opened 2025-11-11 14:03:43 -06:00 by GiteaMirror · 1 comment
Owner

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.

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.
Author
Owner

@cavebutter commented on GitHub (Nov 29, 2023):

There was a remnant from previous install. Removing old container solved this issue.

@cavebutter commented on GitHub (Nov 29, 2023): There was a remnant from previous install. Removing old container solved this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#67