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
+1 -1
View File
@@ -13,7 +13,7 @@ This image requires a running PostgreSQL server.
## Start a PostgreSQL server
```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