From Server change th eport to 10001

This commit is contained in:
root 2026-04-24 18:03:02 +00:00
parent 78d5dc53ea
commit 18af1101c1

View File

@ -18,7 +18,7 @@ services:
depends_on: depends_on:
- db - db
ports: ports:
- "10101:8069" - "10001:8069"
environment: environment:
HOST: db HOST: db
USER: odoo USER: odoo