Skip to content

Commit f4dc634

Browse files
authored
fix(README): Fix indent problem for environments keyword
1 parent 60d19eb commit f4dc634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

odoo/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ services:
183183
ports:
184184
- "8069:8069"
185185
environment:
186-
- HOST=mydb
187-
- USER=odoo
188-
- PASSWORD=myodoo
186+
- HOST=mydb
187+
- USER=odoo
188+
- PASSWORD=myodoo
189189
mydb:
190190
image: postgres:15
191191
environment:

0 commit comments

Comments
 (0)