Merge pull request #595 from odoo/master
Odoo: force postgres version in docker command line
This commit is contained in:
commit
0782ca5ced
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue