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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

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