odoo: fix yaml indent for environments keyword
This commit is contained in:
parent
60d19eb93b
commit
d6417ec5b0
|
|
@ -132,9 +132,9 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8069:8069"
|
- "8069:8069"
|
||||||
environment:
|
environment:
|
||||||
- HOST=mydb
|
- HOST=mydb
|
||||||
- USER=odoo
|
- USER=odoo
|
||||||
- PASSWORD=myodoo
|
- PASSWORD=myodoo
|
||||||
mydb:
|
mydb:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue