Try not to use root user
Signed-off-by: Andrei Boyanov <andrei.boyanov@gmail.com>
This commit is contained in:
parent
f6fd3aa3cd
commit
122cd45319
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user