From 1a9753db1b6306f524100f38619770a32de8143c Mon Sep 17 00:00:00 2001 From: "Vicente Antonio G. Reyes" Date: Sun, 23 Jul 2023 13:56:57 +0800 Subject: [PATCH] Update document.rst Changed `docker-compose` to `docker compose` --- docs/document.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/document.rst b/docs/document.rst index 974c66c69..26f5d56a1 100644 --- a/docs/document.rst +++ b/docs/document.rst @@ -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.