update
This commit is contained in:
parent
607870c7c1
commit
3d5c1d235e
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue