Odoo Docker Image

I downloaded the official odoo image but when I tried to run the container, I get the following logs in the odoo container:

2025-01-27 21:09:28 2025-01-27 20:09:28,096 1 INFO ? odoo: Odoo version 18.0-20250115
2025-01-27 21:09:28 2025-01-27 20:09:28,096 1 INFO ? odoo: Using configuration file at /etc/odoo/odoo.conf
2025-01-27 21:09:28 2025-01-27 20:09:28,096 1 INFO ? odoo: addons paths: ['/usr/lib/python3/dist-packages/odoo/addons', '/var/lib/odoo/addons/18.0', '/mnt/extra-addons']
2025-01-27 21:09:28 2025-01-27 20:09:28,097 1 INFO ? odoo: database: odoo@db:5432
2025-01-27 21:09:28 Warn: Can't find .pfb for face 'Courier'
2025-01-27 21:09:28 2025-01-27 20:09:28,265 1 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf
2025-01-27 21:09:28 2025-01-27 20:09:28,292 1 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltoimage binary at /usr/local/bin/wkhtmltoimage
2025-01-27 21:09:28 2025-01-27 20:09:28,480 1 INFO ? odoo.service.server: HTTP service (werkzeug) running on 5b76593823ba:8069

and the logs of odoo-db are the following:

2025-01-27 21:09:26 2025-01-27 20:09:26.965 UTC [1] LOG: starting PostgreSQL 13.18 (Debian 13.18-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2025-01-27 21:09:26 2025-01-27 20:09:26.965 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2025-01-27 21:09:26 2025-01-27 20:09:26.965 UTC [1] LOG: listening on IPv6 address "::", port 5432
2025-01-27 21:09:26 2025-01-27 20:09:26.973 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2025-01-27 21:09:26 2025-01-27 20:09:26.982 UTC [27] LOG: database system was shut down at 2025-01-27 20:09:11 UTC
2025-01-27 21:09:26 2025-01-27 20:09:26.991 UTC [1] LOG: database system is ready to accept connections
2025-01-27 21:09:26
2025-01-27 21:09:26 PostgreSQL Database directory appears to contain a database; Skipping initialization
2025-01-27 21:09:26

However, when i try to open a browser and access http://localhost:8069, I get an internal server error.

What’s the log output during the request leading to “internal server error”?

Share you Docker command or compose file.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.