You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although docker-compose version outputs the version as expected, it is missing from the --help output.
In docker-compose v1:
[..]
stop Stop services
top Display the running processes
unpause Unpause services
up Create and start containers
version Show the Docker-Compose version information
In docker-compose v2.0.1:-
[..]
start Start services
stop Stop services
top Display the running processes
unpause unpause services
up Create and start containers
Run 'docker compose COMMAND --help' for more information on a command.
The text was updated successfully, but these errors were encountered:
Although
docker-compose version
outputs the version as expected, it is missing from the --help output.In docker-compose v1:
In docker-compose v2.0.1:-
The text was updated successfully, but these errors were encountered: