@ -10,7 +10,11 @@ Because I've oft needed them, particularly when I just don't wanna deal with the
Clone the repo or copy a `docker-compose.yml` file to your system, `cd` into that directory, and turn it on with `docker-compose up`. For a full reference on how to use Docker Compose, [go here](https://docs.docker.com/compose/reference/).
## Local Persistence
In each setup, your data is configured to be stored locally in a `./data` directory. If that directory doesn't exist, it'll be created automatically.
In each setup a docker managed volume is created to persist the database. This can be deleted by Docker compose by passing the "-v" option when deleting the container(s).
```
docker-compose down -v
```
## Authentication
For authenticating as super user with each of these examples, `root` should be the username and `password` should be the password.