Pull images from localhost docker

Hello, We are running metabase in docker on ubuntu. We are running queries that include photos for product reference to the part number etc. Is there a way we can pull the photo from a directory local to the instance, localhost etc... Instead of hosting it on a separate server ? We can manually upload to the "local" folder or create a share but how do we get metabase to see that as a URL call?

Any help would be appreciated Thx!

Hi @mtiDavid
Images has to be viewable to the end-user (the browser), so you have to run a webserver (locally if you want) that hosts the images.