Update two other instances of "docker-compose" to "docker compose"

Signed-off-by: Michael Irwin <mikesir87@gmail.com>
This commit is contained in:
Michael Irwin
2022-11-23 11:42:16 -05:00
parent 7e006777d7
commit 3ad69345c3
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ This project has a `docker-compose.yml` file, which will start the mkdocs applic
local machine and help you see changes instantly.
```bash
docker-compose up
docker compose up
```
## Contributing