Skip to content

Commit 1cceb55

Browse files
committed
remove version (obsolete) from yaml file
1 parent 05db39e commit 1cceb55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/tutorials/deploy-container-using-the-cli.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ If you already have a Docker Compose file to define your service(s), you can use
1919

2020

2121
```yaml
22-
version: '3.9'
2322
services:
2423
web:
2524
image: nginx:latest
@@ -50,4 +49,3 @@ Run the following command in the [Defang CLI](/docs/getting-started#install-the-
5049
defang compose up
5150
```
5251

53-

0 commit comments

Comments
 (0)