diff --git a/content/manuals/compose/install/linux.md b/content/manuals/compose/install/linux.md index cb1dad15b4..faffb9cf25 100644 --- a/content/manuals/compose/install/linux.md +++ b/content/manuals/compose/install/linux.md @@ -118,5 +118,10 @@ To update the Compose plugin, run the following commands: ```console $ docker compose version + ``` + + Expected output: + + ```text Docker Compose version {{% param "compose_version" %}} ```