hopsoft / docker-graphite-statsd

Docker image for Graphite & Statsd
MIT License
867 stars 308 forks source link

Graphite and Statsd configurations not loaded #86

Closed dekdaas closed 4 years ago

dekdaas commented 7 years ago

I have replaced conf/opt/graphite/conf/storage-schemas.conf and conf/opt/statsd/config.js with my own files. However, neither are available in the container instance after running docker build /path/to/Dockerfile with and without the --no-cache option.

This seems fishy because of these relevant commands in the Dockerfile. ADD conf/opt/graphite/conf/*.conf /opt/graphite/conf/ ADD conf /etc/graphite-statsd/conf

Am I missing something? At the present, I'm forced to manually copy the files from the host to the container.