Configuring Frigate to store on network share #14920
Unanswered
jastden
asked this question in
Ask A Question
Replies: 1 comment 4 replies
-
I'd recommend mounting your network share on your OS (outside of docker) under /mnt/your-share-here, and then point docker to /mnt/your-share-here on the host side. Also, if your Docker host and Synology support NFS, that is generally going to be more performant. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
when adding a network folder to my docker-compose in the portainer, I get an error:
Failed to deploy a stack: time="2024-11-11T11:13:59Z" level=warning msg="/data/compose/1/docker-compose.yml: the attribute
version
is obsolete, it will be ignored, please remove it to avoid potential confusion" Network frigate_default Creating Network frigate_default Created Container frigate Creating Container frigate Created Container frigate Starting Error response from daemon: error while mounting volume '/var/lib/docker/volumes/frigate_samba-volume/_data': failed to mount local volume: mount //10.10.10.45/Storage:/var/lib/docker/volumes/frigate_samba-volume/_data, data: username=*******,password=********,vers=3.0: operation not permittedMy docker-compose:
My network folder is located in Synology at: //10.10.10.45/Storage
I will be grateful for your help!!!
Beta Was this translation helpful? Give feedback.
All reactions