diff --git a/README.md b/README.md index cb2d307..3e09aed 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ This repository contains custom Odoo 17 addons for the Dine360 Restaurant Suite. It includes a website theme, a custom login/dashboard experience, and a restaurant role-based access module, all bundled by a meta module for one-click install. ## Stack -- Odoo 17 (Docker) +- Odoo 17 (Docker) - Postgres 15 (Docker) - Addons mounted from `./addons` -## Services (Docker) -- Odoo: `http://localhost:10001` +## Services (Docker) +- Odoo: `http://localhost:10001` - DB: Postgres 15 (`odoo` / `odoo`) ## Repository Layout diff --git a/docker-compose.yml b/docker-compose.yml index e11dd15..ac6ae25 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: depends_on: - db ports: - - "10006:8069" + - "10002:8069" environment: HOST: db USER: odoo