From 1cceb55b54238dbf43818184f743f4004c5f7366 Mon Sep 17 00:00:00 2001 From: commit111 Date: Thu, 16 Jan 2025 14:23:24 -0800 Subject: [PATCH] remove version (obsolete) from yaml file --- docs/tutorials/deploy-container-using-the-cli.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/tutorials/deploy-container-using-the-cli.mdx b/docs/tutorials/deploy-container-using-the-cli.mdx index f38021a0c..9f4c9f3af 100644 --- a/docs/tutorials/deploy-container-using-the-cli.mdx +++ b/docs/tutorials/deploy-container-using-the-cli.mdx @@ -19,7 +19,6 @@ If you already have a Docker Compose file to define your service(s), you can use ```yaml -version: '3.9' services: web: image: nginx:latest @@ -50,4 +49,3 @@ Run the following command in the [Defang CLI](/docs/getting-started#install-the- defang compose up ``` -