[ADD] docker-compose: comment about using proxy or not with workers param
This commit is contained in:
parent
527d564fce
commit
83ea7ed072
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ services:
|
||||||
UPDATE_ALL_DB: "False"
|
UPDATE_ALL_DB: "False"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
# not behind a proxy
|
||||||
|
#command: odoo --workers 0
|
||||||
|
# behind a proxy
|
||||||
|
#command: odoo --workers 2
|
||||||
command: odoo
|
command: odoo
|
||||||
volumes:
|
volumes:
|
||||||
# See the volume section at the end of the file
|
# See the volume section at the end of the file
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue