Andrew Latham

Results 134 comments of Andrew Latham

@guythnick I just read your issue. So you upgraded ("pulled") a new Odoo:16 image and this happened to you? Can you share: - The dockercompose / docker command you used...

Something like: ``` version: '3.1' services: testweb: image: odoo:17.0 depends_on: - otherdb ports: - "8069:8069" environment: - HOST=otherdb - USER=odoo - PASSWORD=myodoo command: odoo -d customdb otherdb: image: postgres:15 environment:...

@pratiksanyaja1998 I see errors with write access in you screenshot. You can attach to the docker container with a bash entrypoint and check the file permissions. `docker exec -it /bin/bash`

@psy0rz that is a good question So I went to read the instructions at https://www.odoo.com/documentation/17.0/administration/on_premise/community_to_enterprise.html#on-linux-using-the-source-code and it looks like you can copy to the addons directory like https://github.com/docker-library/docs/blob/master/odoo/content.md#mount-custom-addons The rest...

@Lazatman Can you close this issue if no longer needed?

@amh-mw this might be a good use of https://docs.docker.com/build/building/multi-stage/ Please close this if no longer needed.

@gustavovalverde is this still an issue for you or have you found a solution? If you do not need this issue please close.

@DanteLogan Can you update or close this issue?

@tim-win changes to that doc would be best done via a PR to https://github.com/docker-library/docs/blob/master/odoo/content.md

@SalahAdDin Is this still an issue for you? Can you close this issue if not needed?