- Minor
Up until recently, i mounted my cifs/samba shares to the host via unassigned devices. I then noticed that the docker gui was not showing the smb volumes i was mounting in my compose file. It used to, but it no longer does. Has anyone else seen this? I tried doing a top level named volume and map the the volumes per container like this:
volumes:
seed-volume:
driver_opts:
type: cifs
o: username=u,password=p,uid=uid,gid=guid,vers=3.0
device: //[host]/mediaand then:
- type: volume
source: seed-volume
target: /media/frigate
volume:
subpath: recordings/frigateAnd while this works and i can exec into the container and see the mount points are correct, the gui for docker in unraid do not show those volumes in the ui like it used to:![]()
Is this a known issue or a bug that has crept in?