This commit is contained in:
hoangvv 2025-01-08 01:45:26 +07:00
parent 5a5ac3e175
commit 1b60d36af7

View File

@ -24,7 +24,6 @@ services:
db:
image: postgres:16
user: root
container_name: ${COMPOSE_PROJECT_NAME:-odoo}-db
environment:
- POSTGRES_USER=${PG_USER:-changeme}
- POSTGRES_PASSWORD=${PG_PASS:-password}