mirror of https://github.com/docker/docs.git
Correct docker compose command (error with "-") (#16426)
I already removed it
This commit is contained in:
parent
63cf83519a
commit
e5df3a3799
|
@ -228,7 +228,7 @@ If you have any containers running from the previous sections, [stop](./run-cont
|
|||
Now, to start our application and to confirm that it is running properly, run the following command:
|
||||
|
||||
```console
|
||||
$ docker-compose -f docker-compose.dev.yml up --build
|
||||
$ docker compose -f docker-compose.dev.yml up --build
|
||||
```
|
||||
|
||||
We pass the `--build` flag so Docker will compile our image and then start the containers.
|
||||
|
|
Loading…
Reference in New Issue