docker icon indicating copy to clipboard operation
docker copied to clipboard

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

Following this last `docker-compose` example on the [official README](https://hub.docker.com/_/odoo), it uses a docker secret that has passwords for the `postgres` and `odoo` user. Although I have not tested using the...

I am using ODOO in a minimal docker-compose setup ( See below ) Unfortunately the database manager does not work. When I open it /web/database/manager, I get the error below...

Following the docker documentation, the official odoo docker image has two critical issues: https://hub.docker.com/layers/library/odoo/latest/images/sha256-b0eb0d356b153989384f414f884134733fc00f413b5d04ca795bc9c35b11c237?context=repo&tab=vulnerabilities CVE-2022-29361: Improper parsing of HTTP requests in Pallets Werkzeug v2.1.0 and below allows attackers to perform...

I am looking for help. I need instructions or docs on how to install SSL on the OFFICIAL DOCKER IMAGE https://hub.docker.com/_/odoo/

Follow up to #292 * Fix cleanup of connections while testing * Migrate to `pg_isready`

## Phase one of addressing exposed passwords. - For https://github.com/odoo/docker/issues/334 - Enable users to see what configuration settings they can/should set for databases - Prepare for excluding the password from...

When I use Odoo:15 2022社区版 (Odoo:15 2022 Community Edition) to print sales settlement documents, the character '门' (door) does not display correctly, and many characters' strokes look strange, as shown...

**Issue:** Error `exec /entrypoint.sh: no such file or directory` when running Odoo 17 Docker image **Description:** When I build the Docker image for Odoo 17 using the following command: ```sh...

I am implementing Odoo ERP to work with high availability on AWS. I configured the Docker cluster service called ECS, but when I use more than one instance, Odoo seems...