diff --git a/odoo/README.md b/odoo/README.md index 4c41fbf4c..b08c0190b 100644 --- a/odoo/README.md +++ b/odoo/README.md @@ -31,9 +31,6 @@ This image requires a running PostgreSQL server. docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo --name db postgres -Setting POSTGRES\_USER and POSTGRES\_PASSWORD to odoo is required for the Odoo -image to use the Postgres server. - ## Start an Odoo instance docker run -p 127.0.0.1:8069:8069 --name odoo --link db:db -t odoo diff --git a/odoo/content.md b/odoo/content.md index ee541c324..8df578fd1 100644 --- a/odoo/content.md +++ b/odoo/content.md @@ -21,9 +21,6 @@ This image requires a running PostgreSQL server. docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo --name db postgres -Setting POSTGRES\_USER and POSTGRES\_PASSWORD to odoo is required for the Odoo -image to use the Postgres server. - ## Start an Odoo instance docker run -p 127.0.0.1:8069:8069 --name odoo --link db:db -t odoo