-
I am running glance on a docker container, where I have exposed a volume, which inside the container is available - type: monitor
cache: 1m
title: Services
sites:
- title: Service
url: localhost:xxx
icon: /assets/service.png However, when I launch glance, the image can't be found. I have tried various locations like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, Assets get served under the
Just to confirm that they are being served, you can have a look at the logs via
If that's the case then it might be worth double checking what's mounted under that directory:
You should see If everything looks fine one last thing you could check is if you've manually set the |
Beta Was this translation helpful? Give feedback.
Thank you, I've managed to solve the issue.
In the end, the error was that I mounted a volume at
/app/assets
but forgot to add this line to my config: