mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-11 15:34:51 +03:00
Update document.rst
Changed `docker-compose` to `docker compose`
This commit is contained in:
parent
7fdc5ef6d5
commit
1a9753db1b
|
@ -11,7 +11,7 @@ After you have set up to `develop locally`_, run the following command from the
|
|||
|
||||
If you set up your project to `develop locally with docker`_, run the following command: ::
|
||||
|
||||
$ docker-compose -f local.yml up docs
|
||||
$ docker compose -f local.yml up docs
|
||||
|
||||
Navigate to port 9000 on your host to see the documentation. This will be opened automatically at `localhost`_ for local, non-docker development.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user