mirror of
https://github.com/clearlinux/docs.git
synced 2026-07-07 04:46:14 +00:00
Merge pull request #595 from odoo/master
Odoo: force postgres version in docker command line
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user