Browse Source

Merge pull request #595 from odoo/master

Odoo: force postgres version in docker command line
yosifkit 9 years ago
parent
commit
0782ca5ced
1 changed files with 1 additions and 1 deletions
  1. 1 1
      odoo/content.md

+ 1 - 1
odoo/content.md

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