There are examples using docker-compose ...; so, this commit replaces all mentions of docker-compose ... with docker compose ... because the latest version of Docker now ships with docker compose instead of docker-compose.
your docker-compose -> your Compose file While reading the official Docker documentation, I noticed that they normally call it a Compose file.
Change from Docker-compose.yaml to docker-compose.yaml.
There are examples using
docker-compose ...
; so, this commit replaces all mentions ofdocker-compose ...
withdocker compose ...
because the latest version of Docker now ships withdocker compose
instead ofdocker-compose
.your docker-compose
->your Compose file
While reading the official Docker documentation, I noticed that they normally call it a Compose file.Change from
Docker-compose.yaml
todocker-compose.yaml
.