[UPD] docker-compose: production ready with --no-database-list
This commit is contained in:
parent
428902d761
commit
afc167762f
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,9 @@ services:
|
|||
# not behind a proxy
|
||||
#command: odoo --workers 0
|
||||
# behind a proxy
|
||||
#command: odoo --workers 2
|
||||
#command: odoo --workers 2 --proxy-mode
|
||||
# For production ready
|
||||
#command: odoo --workers 2 --proxy-mode --no-database-list
|
||||
command: odoo
|
||||
volumes:
|
||||
# See the volume section at the end of the file
|
||||
|
|
|
|||
Loading…
Reference in a new issue