diff --git a/README.org b/README.org index 0fde345..f2aaf70 100644 --- a/README.org +++ b/README.org @@ -137,6 +137,13 @@ odoo: # options: # email_from: me@example.com + ## Create a direct access from 0.0.0.0:80 + relations: + web-proxy: + apache: + ## be sure to add the following domain to your /etc/hosts + domain: odoo + EOF #+END_SRC @@ -146,6 +153,42 @@ You can then launch the service(s) with: compose up #+END_SRC +**** Access odoo from your browser + +You should access your odoo through the web-proxy, but if this is not +what you want, you can access it directly. + +***** Using the web-proxy to access odoo + +You'll need to modify your =/etc/hosts= to include the domain name 'odoo' +as a domain name for =127.0.0.1=. + +#+BEGIN_SRC shell +cat <