fix file permisson when map from docker
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Failing after 14m18s
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Failing after 14m18s
This commit is contained in:
parent
40d58fe441
commit
6536ed27ba
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user