diff --git a/README.md b/README.md index 2d7b5f5..2d00b5d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ `docker-compose.yml` will use `.env` to set environment variables. Rename either `.env-dev` or `.env-production` to `.env` before running for the first time. + + +If need to (re)create a database see server/README.md diff --git a/server/README.md b/server/README.md index 43180bc..300ce4c 100644 --- a/server/README.md +++ b/server/README.md @@ -3,7 +3,7 @@ first time otherwise they'll be created with `root` permissions and cause everything to go to shit. -## For a persistemt database +## For a persistent database ```bash # create empty database file on host