Closed Dieterbe closed 9 years ago
hmm nowhere can a defaults.ini be found in the image :?
root@f51070e4e700:~# cat /etc/supervisor/conf.d/supervisord.conf
[supervisord]
nodaemon=true
[program:grafana]
command=/go/bin/grafana -config /etc/grafana/custom.ini web
directory=/go/src/github.com/raintank/grafana
redirect_stderr=true
stdout_logfile_maxbytes=50MB
stdout_logfile=/var/log/raintank/grafana.log
startretries=10
root@f51070e4e700:~# find / -name defaults.ini
root@f51070e4e700:~#
hmm it's in the repo and also
docker run raintank/grafana ls -alh /go/src/github.com/raintank/grafana/conf
total 24K
drwxr-xr-x 2 root root 4.0K May 5 20:16 .
drwxr-xr-x 18 root root 4.0K May 5 20:18 ..
-rw-r--r-- 1 root root 5.8K May 5 20:16 defaults.ini
-rw-r--r-- 1 root root 5.8K May 5 20:16 sample.ini
this was caused due to one of my commits in #4 , i added the bugfix in there as well.
with dev stack: