Hey everyone,
I have configured my docker containers using docker compose and after having recently figured out that I am able to integrate those containers into the Unraid interface using labels, I've added the following section to all my compose files:
labels:
net.unraid.docker.webui: 'http://[IP]:[PORT:7575]'
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/homarr.png'
With those labels, I was able to link to the Web UI, but unfortunately the icons do not appear. I would like to know if someone knows what I have to change to make those icons appear in the GUI.