wincent/clipper

How do you configure clipper installed via homebrew to use a unix socket by default?

bendavis78 opened this issue · 1 comments

When running clipper via brew services start clipper, I don't see a way to configure it to use a unix socket (for use in docker mount). How can this be done in a sustainable way?

You should be able to create a file at ~/.clipper.json (source) — for example:

{
  "address": "~/.clipper.sock"
}

I'll close this, but let me know if this doesn't answer your question.