Fix start command for docs (#4978)

This commit is contained in:
farwill 2024-04-09 21:53:08 +08:00 committed by GitHub
parent 681c13e0fa
commit 5916cf0d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 docs.yml up
Navigate to port 9000 on your host to see the documentation. This will be opened automatically at `localhost`_ for local, non-docker development.