docker
docker copied to clipboard
I am trying to create a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) for the development of custom Odoo modules. This devcontainer is based on the official `odoo:17` image. You can see the current state of...
MAINTAINER keyword became deprecated and it is better to use LABEL keyword followed by key=value. ENV keyword is now using "=" to assign environment variables to their values like: ENV...
In some situations the entrypoint permissions can change while downloading or transferring the docker directory. If file permissions change, it is very difficult to find out which permissions should be...
Odoo
Repo oddo
Add new volume to mount the logs folder from the host
Hi, I recently switched from a source-based installation to a Docker-based setup. Here's the docker-compose.yml file I'm using: ``` version: '3.1' services: web: image: odoo:17.0 depends_on: - db ports: -...
Fix keyserver error for gpg 53 | # install latest postgresql-client 54 | >>> RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' > /etc/apt/sources.list.d/pgdg.list \ 55 | >>> && GNUPGHOME="$(mktemp -d)" \...
In your original code, the following line prints the error if the database connection fails: print("Database connection failure: %s" % error, file=sys.stderr) This simply displays the error message stored in...
- When trying to build a docker image containing the official released docker and combine this with the newest Enterprise code. The Odoo server does not start. - How can...
It seems that clicking on Connect your Gmail accout in odoo fails because of a 400: redirect_uri_mismatch error. I have attempted everything in the documents however something isn't lining up...