Skip to content

[BUG] <Container Will Not Start Failed To Parse Server Response #138

@royaltongue

Description

@royaltongue

Describe the bug
Upon creating the container through docker compose. I get the error:

ERROR Failed to parse server response
expected value at line 1 column 1

To Reproduce
Steps to reproduce the behavior:
My docker-compose.yml

  cup:
    container_name: cup
    image: ghcr.io/sergi0g/cup:latest
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    hostname: cup
    ports:
      - 9802:8000
    command: serve
    restart: unless-stopped

Expected behavior
Container should start properly

System info (please complete the following information):

  • OS: OpenMediaVault/Debian
  • Docker daemon version: 28.0.4
  • Cup version: Latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions