docker icon indicating copy to clipboard operation
docker copied to clipboard

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

The `firebase_admin` python library is not installed in the odoo docker image. Therefore the module `social_push_notifications` cannot be installed. I got following error message: > Unable to install module "social_push_notifications"...

Hi, I want to install a api (mollie-api-python), but I won't let me. If I try sudo do so, it doesn't recognizes it, when using su - it requesting a...

If you have coded this[1], why the hell are you not adding the database name? I am so curious what made you do this. Because it is really a weird...

This is not allowed: docker run -it --network host --link db:db --name odoo odoo:12 and this does nothing docker run -it -e HOST=127.0.0.1 --network host --name odoo odoo:12 How to...

root@test2:/# ./entrypoint.sh root@test2:/# echo $? 1

``` Fehler: Odoo Server Error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 237, in _dispatch result = request.dispatch() File "/usr/lib/python3/dist-packages/odoo/http.py", line 682, in dispatch result = self._call_function(**self.params) File "/usr/lib/python3/dist-packages/odoo/http.py",...

Using Ubuntu 20.04.1. Latest docker images for odoo and postgres. I run postgres in a separate container. This code run fine: `sudo docker run -v $HOME/docker_data/odoo/etc/odoo:/etc/odoo -p 8069:8069 --name odoo...

hola que tal. estoy haciendo un deployment de odoo en un cluster de kubernetes, y veo que en el log aparece la comprobación de estado 303. 15/Aug/2020 05:39:54] "GET /...

This is my first time using docker. my boss want me to install odoo on docker. I have done that but am having issues adding the theme modules. I have...

Hi, I have compiled many pieces together from various blogs and posts and stuff. Anyways, here is my docker-compose.yml file: ![image](https://user-images.githubusercontent.com/35771489/84227648-f6383200-aab2-11ea-8274-4a0dfdf8fa08.png) Here is the file rather than a screenshot: [docker-compose.txt](https://github.com/odoo/docker/files/4756210/docker-compose.txt)...