mirror of https://github.com/docker/docs.git
Update 08_using_compose.md
This commit is contained in:
parent
e2dda5884d
commit
2f8673d6d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue