odoo / docker

Other
955 stars 1.54k forks source link

When I switch the language to Chinese, the page becomes blank. #447

Closed anustro closed 1 year ago

anustro commented 1 year ago

OS:

Ubuntu 18.04

Docker:

Version 23.0.4, build f480fb1

Install and start command:

1, sudo docker run -d \ -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo \ -e POSTGRES_DB=postgres --name db postgres:15

2, sudo docker run -d -p 8069:8069 --name odoo --link db:db odoo

Does anyone know how to fix this?

anustro commented 1 year ago

I used nginx for reverse proxy, everything is fine now, please close this issue, thanks for the trouble.