I have a server whose shares are mounted on boot by LE.
I want the data on these shares to be available to a docker container.
So I have installed the docker addon and I am using portainer to configure my containers.
So for eg. My Server has a share called Music which I mount to /storage/music on LE.
From within Kodi/ LE the share can be accessed just fine after boot.
But the same volume ie. /storage/music as accessed by portainer turns out blank (or displays a couple dummy folders I have planted inside the actual /storage/music folder)
I think this happens because portainer or the emby docker which I wish to access the mounted share starts before the mounting takes place. Because if i restart when LE/ Koddi is running the network folders show up.
Any way to delay the docker startup to accommodate the mounts?
Thanks.