docs: various adjustments across the docs (#29093)

Co-authored-by: Evan Rusackas <evan@preset.io>
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
This commit is contained in:
Michael Holthausen
2024-06-05 20:53:08 +02:00
committed by GitHub
parent b5d9ac0690
commit de3a1d87b3
8 changed files with 14 additions and 14 deletions

View File

@@ -117,11 +117,11 @@ its metadata database. In production, this database should be backed up. The de
with docker compose will store that data in a PostgreSQL database contained in a Docker
[volume](https://docs.docker.com/storage/volumes/), which is not backed up.
Again **DO NOT USE THIS FOR PRODUCTION**
Again, **DO NOT USE THIS FOR PRODUCTION**
:::
You should see a wall of logging output from the containers being launched on your machine. Once
You should see a stream of logging output from the containers being launched on your machine. Once
this output slows, you should have a running instance of Superset on your local machine! To avoid
the wall of text on future runs, add the `-d` option to the end of the `docker compose up` command.

View File

@@ -9,13 +9,13 @@ version: 1
## Docker Compose
First make sure to wind down the running containers in Docker Compose:
First, make sure to shut down the running containers in Docker Compose:
```bash
docker compose down
```
Then, update the folder that mirrors the `superset` repo through git:
Next, update the folder that mirrors the `superset` repo through git:
```bash
git pull origin master