docker icon indicating copy to clipboard operation
docker copied to clipboard

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

In the actual definition of the entrypoint, if the database variables are not set, the default behavior is to connect to a database called "db". If everything is set to...

Hi, I have Odoo v14 installed with severan addon apps and after using Odoo for certain time I included a new Theme in the apps addons file, restarted my docker-compose...

Hi guys, i'm new here in `odoo` and i'm testing it in docker. I have that problem right know, i two versions: If volumes is `- ./rotafilo/addons:/mnt/extra-addons`, inside the container...

where do I set the database name? missing on this page https://hub.docker.com/_/odoo

As documented in the [Odoo Docker Readme](https://github.com/docker-library/docs/blob/master/odoo/README.md), the Odoo container expects the following environment variables: - HOST: The address of the postgres server. If you used a postgres container, set...

https://github.com/odoo/docker/blob/f8212600f6478a15fac9ff3e7d8a926f78435860/14.0/wait-for-psql.py#L21 would it be possible to change the last connection parameter `dbname='postgres'` to `dbname=args.db_name` to allow changing the postgres database name

The style compilation failed, see the error below. Your recent actions may be the cause, please try reverting the changes you made. Error: Undefined variable: "$o-we-sidebar-content-field-input-border-color". on line 3566:27 of...

The logs from docker container are below: grep: /etc/odoo/odoo.conf: No such file or directory grep: /etc/odoo/odoo.conf: No such file or directory grep: /etc/odoo/odoo.conf: No such file or directory grep: /etc/odoo/odoo.conf:...

Explanation: Added Docker `HEALTHCHECK` command. Pointing to `/web/database/selector` for the health check because it is the first functional thing that should work and be available for a typical install. For...