Skip to content

cloudcontrol still users docker-compose with dash #182

@timdeluxe

Description

@timdeluxe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions