docker
docker copied to clipboard
The configuration file sets proxy_mode=True, and nginx also sets a reverse proxy, but the real address of the external client cannot be obtained in the container. How to get the...
I'm encountering an issue following the recent upgrade of the enterprise modules. The problem specifically arises with the **`odoo/tools/misc.py`** file, which appears to be outdated in this release version. Could...
Just trying to run Odoo 17. But i get an error. What could be the reason? Logs: ``` 2023-12-13 15:10:40,679 1 INFO ? odoo: Odoo version 17.0-20231208 2023-12-13 15:10:40,679 1...
I've dockerized Odoo 16 using enterprise version version: '3.1' services: web: image: odoo:16.0 user: root depends_on: - db ports: - "8987:8069" - "20016:8072" # live chat tty: true command: --...
when i run with: sudo docker run -v /home/ubuntu/odoo/data/:/var/lib/odoo get error like this: path = odoo.tools.config.session_dir File "/usr/lib/python3/dist-packages/odoo/tools/config.py", line 723, in session_dir os.makedirs(d, 0o700) File "/usr/lib/python3.10/os.py", line 225, in makedirs...
We migrated a Odoo 15 installation from vm to another one. The first machine was using an odoo 15 image from around january 2023 the new machine is using an...
If there docker-compose.yml It will make it easy to serve in any environment. https://docs.docker.com/compose/
I have an ARM laptop so I did this for my self first but if that can help someone else than go for it...
I have Odoo 15 on Unraid server. Avery time an update applied, I got a blank screen after login. I end up delete and reinstall it and restore the database...