docker icon indicating copy to clipboard operation
docker copied to clipboard

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

Hi guys, I've been testing on development that has been made by my team about payment inquiry. So when I've tried to re-check like re-install the addons I need to...

I'm trying dev odoo with apple silicon

Add specific arm64v8 images to allow native Odoo execution on arm architecture (e.g. M1)

I get this error when I create user with odoo running inside docker. ```UncaughtPromiseError > SyntaxError Uncaught Promise > Failed to execute 'querySelectorAll' on 'Element': '"]' is not a valid...

When deploying odoo 15 with docker, I want to connect to an external database. How do I specify the database name when setting the variables of odoo docker? Is the...

Hello, I used to work with odoo directly in my machine in order to develop custom code, but i switched to odoo docker this week. The issue is that i...

Impacted versions: odoo14 sign module Steps to reproduce: Works fine when I preview error when i download

1°) After clonning github repository and enter to the folder doo15: https://github.com/odoo/docker/tree/master/15.0 2°) enter to the folder and build the Dockerfile sucha as: $ docker build -t odoo_i15:latest . 3°)...

After a whole day of debugging why I couldn't get longpolling working with multiple workers in docker I finally narrowed it down to this: In *entrypoint.sh*, if you add `--dev=reload`...

One feature that would be interesting to add to the Dockerfile is the hability to dinamically specify files to be run pip install -r requirements before odoo start. That would...