When starting cloudcontrol the WEB UI displays a info on how to enter the container: `docker-compose exec cli /usr/local/bin/cloudcontrol run` ...as you can see, this still includes a "docker-compose" with a dash, which is deprecated for a very long time already and might cause problems. It should be replace with a version without a dash, like so: `docker compose exec cli /usr/local/bin/cloudcontrol run`