We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b96bd2 commit 78e1550Copy full SHA for 78e1550
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
restart: always
10
11
odoo:
12
- image: odoo:16.0
+ image: odoo:8.0
13
depends_on:
14
- db
15
ports:
@@ -18,7 +18,7 @@ services:
18
# Ensure the 'records_management' directory exists at the project root or update the path below to an absolute path if needed
19
- ./records_management:/mnt/extra-addons/records_management
20
environment:
21
- - DB_HOST=db
+ - HOST=db
22
- USER=odoo
23
24
# /mnt/extra-addons/records_management/__manifest__.py
0 commit comments