Skip to content

Commit 78e1550

Browse files
Update Odoo image version to 8.0 and correct environment variable for database host
1 parent 8b96bd2 commit 78e1550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
restart: always
1010

1111
odoo:
12-
image: odoo:16.0
12+
image: odoo:8.0
1313
depends_on:
1414
- db
1515
ports:
@@ -18,7 +18,7 @@ services:
1818
# Ensure the 'records_management' directory exists at the project root or update the path below to an absolute path if needed
1919
- ./records_management:/mnt/extra-addons/records_management
2020
environment:
21-
- DB_HOST=db
21+
- HOST=db
2222
- USER=odoo
2323
restart: always
2424
# /mnt/extra-addons/records_management/__manifest__.py

0 commit comments

Comments
 (0)