Merge pull request #12630 from CholoTook/patch-2

Update 08_using_compose.md
This commit is contained in:
Usha Mandya 2021-04-08 16:26:05 +01:00 committed by GitHub
commit e52d5ff584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ docker run -dp 3000:3000 `
image: node:12-alpine
```
2. Typically, you will see the command close to the `image` definition, although there is no requirement on ordering.
2. Typically, you will see the `command` close to the `image` definition, although there is no requirement on ordering.
So, let's go ahead and move that into our file.
```yaml