Good evening,
I have an odoo container pointing to an external database, everything works fine,
but something curious happens to me every time the odoo container is regenerated, and I go back to the web even if it links well to the database , the appearance of the web page is damaged, appears unformatted and cluttered.
I believe that it is associated with temporary files or cache of the page, that when eliminating the container this information is also eliminated, is there any way to make it persistent so that when regenerating it remains as is without these problems?
I greatly appreciate your suggestions.
additional:
it seems to me that it is associated with /var/lib/odoo,
but I'm not sure.
what is the content of: /var/lib/odoo ??
the volumes I use are:
- ./addons:/mnt/extra-addons/
- dataodoo: / var / lib / odoo /
thank you.