Nikolay Viguro
Nikolay Viguro
Same issue, comment above doesn't help
Yep, i was trying to do `docker-compose build grafana_graphite` then `make up`. In nginx_error.log i'm see many errors like this: ``` 2018/10/26 09:08:21 [crit] 24#24: *123 open() "/var/tmp/nginx/proxy/1/02/0000000021" failed (13:...
Looks like the user and group of `/var/tmp/nginx/proxy` is wrong. The parent directory has `nginx:nginx` and subdirectories have `www:www`. Changed to `nginx:nginx` and grafana up and working correctly.
Same issue. Installed from master right now