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?
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 9000But according to the default docker compose examples (my use case) the default port seems to be 8000
Can you please clarify which is the default port for the web interface?