Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1450 มุมมอง

Hi, I'm trying to find out what the http server in the official docker image is. It looks like there is a configuration issue when loading the translations in the login page. I see the following error in the console.


Mixed Content: The page at 'https://github.com/tjventurini/odoo-setup


Every help is appreciated. Thx 😁

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

I honestly don't remember 100% if it's in the official docker image or not, but you can add it yourself in the Dockerfile.

In the dockerfile you can put something like this:

COPY ./docker/nginx/odoo.conf /etc/nginx/sites-enabled/

RUN chown -R odoo:odoo /var/log/nginx/ /var/lib/nginx/ /run/


Assuming you have the nginx config file within the docker/nginx folder. You can add your.


Let me know if you need further help


อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Odoo docker error creating log file. แก้ไขแล้ว
2
ต.ค. 23
6304
How to work with docker-image? แก้ไขแล้ว
1
มี.ค. 25
7987
0
พ.ค. 22
2239
odoo docker-compose exited with code 1 แก้ไขแล้ว
3
ก.ย. 21
7626
0
ต.ค. 23
2125