docker icon indicating copy to clipboard operation
docker copied to clipboard

Results 159 docker issues
Sort by recently updated
recently updated
newest added

odoo14, There is a module that is not integrated, and there is a backup function that is often used. It is suggested to integrate several commonly used plug-ins, such as...

This fix ensures that odoo does not depend on an amd64 image. Apple Silicon M1 developers in particular are going to be happy about this. Docker containers are now created...

#Impacted versions: **Version 15.** #Steps to reproduce: Run Fargate task with default Odoo image from Docker hub. Odoo process logs: > INFO ? odoo: addons paths: ['/usr/lib/python3/dist-packages/odoo/addons','/var/lib/odoo/addons/15.0', '/mnt/extra-addons'] Mount EFS...

Docker Image for odoo 15

When you want to base this image as a multistage build it would be very useful to have a version on the odoo docker image. Suggestion: odoo:14.0-20210903

I'm having trouble with Odoo v13 running as a stack. I noticed a HUGE amount of .sess session files building up over time in web-data/.local/share/Odoo/sessions, and they are generating about...

As I can see, Odoo 12 docker image is no longer updated. Any help to get my Odoo 12 image updated? I'm enhacing some localization terms in v12, and need...

I have PostgreSQL service running on the host, how do I connect to the host database service during the creation of the odoo container?

The base example in the odoo docker docs is missing a required step: ``` Start a PostgreSQL server $ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db...