Change location of automatically created /media folder of home assistant (supervised)

Hi,
I love the new WTH update of HA.

I have the home assistant installed on a raspberrypi4 using the supervisor installation all dockerised.

I noticed the new /media folder that got created and a volume mounted on the homeassistant container
The thing is that I already have a media folder located on an external HDD connected to the pi.
Is it possible to change the volume location of that auto generated media folder or create an entire new volume that points to the media folder I already have?

Thanks :slight_smile:
Ran

It seems oddly difficult to do especially having Plex in the Add-on store as an option under Supervisor. I’ve been trying to figure this out for a while.

Adding my /mnt/media_drive location to the configuration.yaml under

homeassistant:
  media_dirs:
    media: /mnt/media_drive

just throws up config errors. I even attempted redeploying Plex in Portainer by editing the media volume directly, it wouldn’t stick. I’m keeping at it, but not much success so far unfortuneately.