minhng92 / odoo-14-docker-compose

Set up Odoo 14 (released 2020) quickly for development/production using Docker Compose.
90 stars 99 forks source link

I cannot install 2 instances of odoo 14 on the same serve #8

Open tiendaya opened 3 years ago

tiendaya commented 3 years ago

I cannot install 2 instances of odoo 14 on the same server, the database is overwritten.

What should I do?

minhng92 commented 3 years ago

Hi @tiendaya ,

To setup 2 instances on the same server, please clone the repository into two different folders. Manually change the exposed ports of Odoo to avoid duplicated port using. Two instances will run on two Postgres databases.