update
This commit is contained in:
parent
198fe5fa4e
commit
5a5ac3e175
@ -24,6 +24,7 @@ services:
|
|||||||
db:
|
db:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
user: root
|
user: root
|
||||||
|
container_name: ${COMPOSE_PROJECT_NAME:-odoo}-db
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${PG_USER:-changeme}
|
- POSTGRES_USER=${PG_USER:-changeme}
|
||||||
- POSTGRES_PASSWORD=${PG_PASS:-password}
|
- POSTGRES_PASSWORD=${PG_PASS:-password}
|
||||||
|
Loading…
Reference in New Issue
Block a user