Run update.sh
This commit is contained in:
parent
0782ca5ced
commit
b50ac667af
|
|
@ -24,7 +24,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