From 4ad7490c104ad43c403402cc144faf8a4b4cc3bc Mon Sep 17 00:00:00 2001 From: Jacer OMRI Date: Wed, 26 Aug 2015 10:56:06 +0100 Subject: [PATCH] Fixed typo in db-filter config moved from https://github.com/docker-library/docs/pull/324 --- odoo/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo/content.md b/odoo/content.md index 9e5532046..9a7b89760 100644 --- a/odoo/content.md +++ b/odoo/content.md @@ -50,7 +50,7 @@ Please use [this configuration template](https://github.com/odoo/docker/blob/mas You can also directly specify Odoo arguments inline. Those arguments must be given after the keyword `--` in the command-line, as follows ```console -$ docker run -p 127.0.0.1:8069:8069 --name odoo --link db:db -t odoo -- --dbfilter=odoo_db_.* +$ docker run -p 127.0.0.1:8069:8069 --name odoo --link db:db -t odoo -- --db-filter=odoo_db_.* ``` ## Mount custom addons