Update howto.rst

Changed `docker-compose` to `docker compose`
This commit is contained in:
Vicente Antonio G. Reyes 2023-07-23 13:59:46 +08:00 committed by GitHub
parent 56545804fd
commit 6adba4180b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ from inside the `{{cookiecutter.project_slug}}/docs` directory.
{% else %} {% else %}
To build and serve docs, use the commands:: To build and serve docs, use the commands::
docker-compose -f local.yml up docs docker compose -f local.yml up docs
{% endif %} {% endif %}