Replies: 2 comments 3 replies
|
Can you restart your homepage docker? docker restart homepage and can you show your services.yaml? |
3 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
So I attempted to use the built-in icons and the google material design icons and nothing showed up on my dashboard. I saw the issue related to blocking the CDN so I decided to download the icons and bind mount them to the docker container at /app/public/icons. Here is my docker-compose
I am now referencing them at /icons/iconname.png but the dashboard still isn't showing icons or even leaving space where I would expect the icon to be. See screenshot

I added the debug log level to my docker-compose but everytime I access the homepage it writes
homepage | [2024-01-12T15:57:14.400Z] debug: No containers were found with homepage labels.I double checked that the icons are mounted in the docker container and have the appropriate privileges. I even completely removed the container and rebuilt it but nothing has worked. I'm not sure what else to do.

All reactions