Yesterday I deployed my first stack (immich) on portainer, running on my HA OS n my Pi4. I created a volume “immich-library”, mounted it to the stack, and deployed it.
It worked. So far, so good.
Then I tried to login via ssh (using “Advanced SSH & Web Terminal” addon) and navigate to “/mnt/data/docker/volumes/immich-library/_data” where Portainer says I should find the data.
To my surprise, the “mnt” directory was empty!
I tried “docker volumes ls”, and sure enough, the volume is there.
I tried “docker volume inspect immich-library” and I got this
I thought the standard terminal add-on gives me access to the host
Thanks for the reference links, I ended up using the add-on that injects my pubkey in the host.