No graphs in collabora admin interface

I’m using latest collabora docker image with 18.0.3, running on CentOS 7.

The admin interface opens, to this is ok :slight_smile:

    # WOPI discovery URL
    ProxyPass           /hosting/discovery https://127.0.0.1:9980/hosting/discovery retry=0 connectiontimeout=30 timeout=32000
    ProxyPassReverse    /hosting/discovery https://127.0.0.1:9980/hosting/discovery

    # Main websocket
    ProxyPassMatch "/lool/(.*)/ws$" wss://127.0.0.1:9980/lool/$1/ws nocanon connectiontimeout=30 timeout=32000

    # Admin Console websocket
    ProxyPass   /lool/adminws wss://127.0.0.1:9980/lool/adminws connectiontimeout=30 timeout=32000

docker run -t -d -p 127.0.0.1:9980:9980 -e “domain=example\.com” -e “username=xxxyyyzzz” -e “password=xxxyyyzzz” -e “server_name=example.com” -e “cert_domain=127.0.0.1” --restart always collabora/code:latest

What could I check more?