Skip to content

[DOCU] Confusion about default port #118

@Soljanka

Description

@Soljanka

This is a rather simple question about the documentation.

According to the first link the default port is 9000:

$ docker run -tv /var/run/docker.sock:/var/run/docker.sock -p 9000:9000 ghcr.io/sergi0g/cup serve -p 9000

But according to the default docker compose examples (my use case) the default port seems to be 8000

services:
   ...
    ports:
      - 8000:8000
   ...

Can you please clarify which is the default port for the web interface?

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