hertell

Results 39 comments of hertell

Where do you have Nginx? Outside docker, or in the docker network? Outside docker, you should go for 127.0.0.1/localhost. If inside the same docker network, then go for the container...

Addons are outside the container, so i would say it's up to your OS what kind of tools you use to extract addons..

You should use system packages, and not mix with pip. --break-system-packages has a meaning, and it can mess up your system so that odoo won't find eg. installed system modules

Modify your Dockerfile, and add ``` python3-rich \ python3-loguru \ ``` after python3-xlwt (line 39, https://github.com/odoo/docker/blob/master/18.0/Dockerfile#L39)

just type abort, and next you will get a prompt for other keymaps.

I follow up this bug which seemed first to be a minor issue at that time. Now when i did a migratation from version 7.14.5 to 8.6.2, the top menu...

Some more info. I did a new fresh migration of the same enviroment, and the outcome was the same. I needed to update the suitecrm_verison to get the top navigation...

Hi, It works with JAVA_OPTS environment: JAVA_OPTS: "-Xmx10g -Xmx10g" JAVA_OPTS is used as parameter when starting the data-node inside the container https://github.com/Graylog2/graylog2-server/blob/cea75cf77d645c28c8b9a8f6e092c447c5246de6/data-node/bin/graylog-datanode.sh#L28

It looks to me that graylog probably checks the command line parametr for the warning. I had 10Gb as JAVA_OPTS, but i still got the same reminder. After i did...