blakeblackshear / blakeshome-charts

Repo for helm charts
41 stars 52 forks source link

mountPath wrong in frigate docker image 0.12.1 #57

Open bobslaede opened 5 months ago

bobslaede commented 5 months ago

The chart will mount the data dir to /data, but the frigate docker image will use /media as the storage location.

Temporary fix, in values.yaml:

extraVolumeMounts:
  - mountPath: /media
    name: data