Skip to content

installing on macOS and Docker #11325

Answered by NickM-27
sw41 asked this question in General Support
May 10, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

- /Users/me/Docker/frigate/config:/config/config.yml

here you are mapping what is on the left to what is on the right. In this case you are mapping an entire folder to a single file which is incorrect. It should instead be

- /Users/me/Docker/frigate/config:/config/

Replies: 1 comment 1 reply

Comment options

NickM-27
May 10, 2024
Collaborator Sponsor

You must be logged in to vote
1 reply
@sw41
Comment options

Answer selected by sw41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment