mirror of
https://github.com/apache/superset.git
synced 2026-05-29 11:45:16 +00:00
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:
committed by
GitHub
parent
b5d9ac0690
commit
de3a1d87b3
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user