Update README.md with repository url pointing to the EMF repository

Signed-off-by: Andrei Boyanov <andrei.boyanov@gmail.com>
This commit is contained in:
Andrei Boyanov 2025-04-19 10:37:46 +02:00 committed by GitHub
parent 445dfcd588
commit 48e144fee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
Install [docker](https://docs.docker.com/get-docker/) and [docker-compose](https://docs.docker.com/compose/install/) yourself, then run the following to set up first Odoo instance @ `localhost:10018` (default master password: `minhng.info`):
``` bash
curl -s https://raw.githubusercontent.com/minhng92/odoo-18-docker-compose/master/run.sh | bash -s odoo-one 10018 20018
curl -s https://raw.githubusercontent.com/andreiboyanov/emf-1995-docker-compose/master/run.sh | bash -s odoo-one 10018 20018
```
and/or run the following to set up another Odoo instance @ `localhost:11018` (default master password: `minhng.info`):
``` bash
curl -s https://raw.githubusercontent.com/minhng92/odoo-18-docker-compose/master/run.sh | bash -s odoo-two 11018 21018
curl -s https://raw.githubusercontent.com/andreiboyanov/emf-1995-docker-compose/master/run.sh | bash -s odoo-two 11018 21018
```
Some arguments: