Try not to use root user

Signed-off-by: Andrei Boyanov <andrei.boyanov@gmail.com>
This commit is contained in:
Andrei Boyanov 2025-04-19 12:31:13 +02:00 committed by GitHub
parent f6fd3aa3cd
commit 122cd45319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
services:
db:
image: postgres:17
user: root
user: emf
environment:
- POSTGRES_USER=emf
- POSTGRES_PASSWORD=emfforever
@ -12,7 +12,7 @@ services:
odoo18:
image: odoo:18
user: root
user: emf
depends_on:
- db
ports: