This is an automated email from the ASF dual-hosted git repository. hugh pushed a commit to branch hxgh-docs-update in repository https://gitbox.apache.org/repos/asf/superset.git
commit ee337484a4e0b4f227a9572bda696b45fb027ca7 Author: Hugh A. Miles II <[email protected]> AuthorDate: Mon Aug 14 18:00:24 2023 +0200 Update docs for docker-compose installation --- .../docs/installation/installing-superset-using-docker-compose.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs/installation/installing-superset-using-docker-compose.mdx b/docs/docs/installation/installing-superset-using-docker-compose.mdx index d42f759e4d..83b983694b 100644 --- a/docs/docs/installation/installing-superset-using-docker-compose.mdx +++ b/docs/docs/installation/installing-superset-using-docker-compose.mdx @@ -58,7 +58,12 @@ Navigate to the folder you created in step 1: cd superset ``` -When working on master branch, run the following commands: +When working on master branch, run the following commands to run `development` mode using `docker compose`: +```bash +docker compose up +``` + +When working on master branch, run the following commands to run `production` mode using `docker compose`: ```bash docker-compose -f docker-compose-non-dev.yml pull
