Skip to content

Commit d6417ec

Browse files
blankoworldyosifkit
authored andcommitted
odoo: fix yaml indent for environments keyword
1 parent 60d19eb commit d6417ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

odoo/content.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ services:
132132
ports:
133133
- "8069:8069"
134134
environment:
135-
- HOST=mydb
136-
- USER=odoo
137-
- PASSWORD=myodoo
135+
- HOST=mydb
136+
- USER=odoo
137+
- PASSWORD=myodoo
138138
mydb:
139139
image: postgres:15
140140
environment:

0 commit comments

Comments
 (0)