Mention POSTGRES_VERSION variable in documentation (#4481) [ci skip]
This commit is contained in:
parent
0c6f34bb2a
commit
ff45dc5e6e
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ You're also going to need Docker Compose, to start multiple containers. We recom
|
|||
- You do not need "real" keys for basic development. Some features require certain keys, so you may be able to add them as you go.
|
||||
|
||||
## Running the Docker app (basic)
|
||||
*Docker compose will by default use postgres:9.6 as the database version, should you want to update that set the `POSTGRES_VERSION` variable in your environment and start the container again*
|
||||
|
||||
1. run `docker-compose build`
|
||||
1. run `docker-compose run web rails db:setup`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue