chore: Update docs for docker-compose installation (#24980)

This commit is contained in:
Hugh A. Miles II
2023-08-28 12:36:19 +02:00
committed by GitHub
parent c2a21d2da0
commit fcd045f84a

View File

@@ -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