[ADD] docker-compose: comment about using proxy or not with workers param

This commit is contained in:
Mathieu Benoit 2021-07-21 04:12:14 -04:00
parent 527d564fce
commit 83ea7ed072

View file

@ -16,6 +16,10 @@ services:
UPDATE_ALL_DB: "False"
depends_on:
- db
# not behind a proxy
#command: odoo --workers 0
# behind a proxy
#command: odoo --workers 2
command: odoo
volumes:
# See the volume section at the end of the file