You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2023/08/14 16:00:31 UTC

[superset] branch hxgh-docs-update created (now ee337484a4)

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a change to branch hxgh-docs-update
in repository https://gitbox.apache.org/repos/asf/superset.git


      at ee337484a4 Update docs for docker-compose installation

This branch includes the following new commits:

     new ee337484a4 Update docs for docker-compose installation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: Update docs for docker-compose installation

Posted by hu...@apache.org.
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 <hu...@gmail.com>
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