Replies: 1 comment 1 reply
-
You'd have to mount a directory from one of those drives into the container. It can be empty and read-only: services:
glance:
image: glanceapp/glance
container_name: glance
volumes:
- /mnt/media/some-empty-dir:/mnt/media:ro |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I show the stats of drives mounted to the host system (e.g., /mnt/media) in server-stats?
I use Glance via docker, on a Debian-based Proxmox LXC. I have an NAS-based media drive mounted to the LXC as /mnt/media via SMB/CIFS for my other media services (e.g., plex, calibre-web, etc). It's usually quite full, and I'd like to show it's available:capacity in my server-stats in glance. At the moment, Glance is only showing the LXC's local storage itself (around 60gb), which I generally don't need.
Compose snippet:
Config snippet:
Thanks folks, these are great updates, I appreciate all the work!
Beta Was this translation helpful? Give feedback.
All reactions