openHAB3 docker; unable to install addons

So, i made a new clena installation from scratch and if i put something in the addon folder nothing is happen, same as befor.

How could i debug this, how to setup a debug for this “watcher” of this folder so i could setup something.

I’m on IOTstack and the only file belongs to openhab is the yml template that generates the docker-compose. So there are no script that block or do someting else in there.

I followed the Docker documentation. Created user, added my to the group, etc. I created the directories and authorized them accordingly as well.

here is my current compose

  openhab:
    image: openhab/openhab:latest
    environment:
      OPENHAB_HTTP_PORT: '30007'
      OPENHAB_HTTPS_PORT: '30008'
      EXTRA_JAVA_OPTS: -Duser.timezone=Europe/Berlin
      USER_ID: '999'
      GROUP_ID: '994'
      CRYPTO_POLICY: 'unlimited'
    volumes:
    - /etc/localtime:/etc/localtime:ro
    - /etc/timezone:/etc/timezone:ro
    - ./volumes/openhab/addons:/openhab/addons
    - ./volumes/openhab/conf:/openhab/conf
    - ./volumes/openhab/userdata:/openhab/userdata
    ports:
    - 5007:5007
    - 8101:8101
    - 9124:9124
    container_name: openhab
    restart: unless-stopped
    network_mode: host

I don’t want to gave up on this so, any hints or tipps still welcome.

thank you all for your time and effort, have a good night