docker icon indicating copy to clipboard operation
docker copied to clipboard

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

Fix the error wait-for-psql.py: the following arguments are required: --db_host, --db_port, --db_user, --db_password in case we only set those variables (db_host,db_port,db_user,db_password) in odoo conf

It seems /entrypoint.sh in 12.0 is the same as for 11.0 it checks some variables (also towards config file) and sets a line of database arguments to be appended to...

Hello, Lately I've noticed that you update this repository on arbitrary times (nightly versions). But from what I've gathered that nightlies of the first day of each month is kept...

Hello! I was able to run odoo with postgres as two docker containers. But when I try to use *swarm* for deployment, I cannot connect to the `db` container in...

Since `/var/lib/odoo` can be mounted as volume, the ownership should be checked and corrected before starting odoo.

Hi guys, i am looking for some info regarding the upgrade process for dockerised odoo sites, in the info on the main page it sais the following: **"""" How to...

Can you add support for docker secrets. Mysql, mariadb and postgres all use solution, which propably is easy to copy, ready shell function available. For example if you have env...

Hi When trying to run the container as a specify user it wont work. ``` KeyError: 'getpwuid(): uid not found: 1000' Traceback (most recent call last): File "/usr/bin/odoo", line 8,...

Hello, ever since the 20220902 update we have issues with our app update tab. In debug mode, while navigating in the apps tab the Odoo app store the we are...