Closed dustMason closed 7 years ago
Looks like a problem on master with this recent PR: https://github.com/codekitchen/dinghy/pull/222
We need to check if ~/.dinghy/proxy.conf
exists before trying to mount it as a volume, otherwise docker creates it as a directory, which nginx doesn't like. I'll get a fix in before I cut the next Dinghy release.
In the meantime, you can workaround with rmdir ~/.dinghy/proxy.conf ; touch ~/.dinghy/proxy.conf
Thank you!
I'm running the latest dinghy installed via homebrew. When I try either
dinghy up
ordinghy restart
, the VM and app starts up fine, but DNS and proxy do not start. Thedocker logs
for the proxy container are:Dinghy has been working beautifully for me for months. I recently destroyed and recreated my VM, but had used the proxy since then for a few days.
mac OS 10.12.2 Dinghy HEAD-9328532