Skip to content

Commit b4072a1

Browse files
authored
Merge pull request #2517 from blankoworld/patch-1
odoo: fix yaml indent for environments keyword
2 parents 9c84286 + d6417ec commit b4072a1

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)