Update 08_using_compose.md

This commit is contained in:
Dan Bolser 2021-04-07 12:52:00 +01:00 committed by GitHub
parent e2dda5884d
commit 2f8673d6d8
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