From cd80a302d712ee38bbe21e01caf3dede944c0f0a Mon Sep 17 00:00:00 2001 From: Aam Surganda <74174455+aamsur-933@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:14:18 +0700 Subject: [PATCH] Update linux.md (#21047) --- content/manuals/compose/install/linux.md | 5 +++++ 1 file changed, 5 insertions(+) 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" %}} ```