Merge pull request #595 from odoo/master

Odoo: force postgres version in docker command line
This commit is contained in:
yosifkit 2016-06-07 10:13:27 -07:00
commit 0782ca5ced
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ This image requires a running PostgreSQL server.
## Start a PostgreSQL server ## Start a PostgreSQL server
```console ```console
$ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo --name db postgres $ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo --name db postgres:9.4
``` ```
## Start an Odoo instance ## Start an Odoo instance