This commit is contained in:
ray 2019-02-25 23:22:17 +02:00
parent 607870c7c1
commit 3d5c1d235e
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
`docker-compose.yml` will use `.env` to set environment variables. `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. 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

View File

@ -3,7 +3,7 @@
first time otherwise they'll be created with `root` permissions and cause first time otherwise they'll be created with `root` permissions and cause
everything to go to shit. everything to go to shit.
## For a persistemt database ## For a persistent database
```bash ```bash
# create empty database file on host # create empty database file on host