Mention POSTGRES_VERSION variable in documentation (#4481) [ci skip]

This commit is contained in:
Abenet Tamiru 2019-10-18 16:31:52 +02:00 committed by Mac Siri
parent 0c6f34bb2a
commit ff45dc5e6e

View file

@ -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`