Skip to content

Several docker-compose issues leading to failed install #162

@cavebutter

Description

@cavebutter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions