Forráskód Böngészése

Merge pull request #325 from JacerOmri/patch-2

Fixed typo in db-filter config
yosifkit 10 éve
szülő
commit
3d50031a36
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      odoo/content.md

+ 1 - 1
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
 You can also directly specify Odoo arguments inline. Those arguments must be given after the keyword `--` in the command-line, as follows
 
 
 ```console
 ```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
 ## Mount custom addons