fix file permisson when map from docker
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Failing after 14m18s

This commit is contained in:
hoangvv 2025-01-14 14:31:55 +07:00
parent 40d58fe441
commit 6536ed27ba

View File

@ -3,7 +3,7 @@ services:
app:
image: ${ODOO_IMAGE:-odoo}:${ODOO_TAG:-18}
container_name: ${ODOO_CONTAINER:-odoo}
user: root
# user: root
depends_on:
- db
ports:
@ -23,7 +23,7 @@ services:
restart: always
db:
image: postgres:16
user: root
# user: root
environment:
- POSTGRES_USER=${PG_USER:-changeme}
- POSTGRES_PASSWORD=${PG_PASS:-password}