update odoo port mapping from 10006 to 10002 in docker-compose.yml

This commit is contained in:
Alaguraj0361 2026-07-08 16:25:02 +05:30
parent 632ba92b98
commit 0ec1f7840d

View File

@ -16,7 +16,7 @@ services:
depends_on:
- db
ports:
- "10006:8069"
- "10002:8069"
environment:
HOST: db
USER: odoo