Run update.sh

This commit is contained in:
Docker Library Bot 2016-06-07 10:16:50 -07:00
parent 0782ca5ced
commit b50ac667af
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,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