Update docker-compose.yml

Changes by Mohan chnaged the port number to 10006 this is the server port dont change this
This commit is contained in:
admin 2026-06-23 18:13:19 +00:00
parent 0c12d93f67
commit a8d7ece3a8

View File

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