We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a59593 commit b6a9c16Copy full SHA for b6a9c16
Dockerfile
@@ -67,6 +67,7 @@ ADD ./graphite/carbon.conf /opt/graphite/conf/carbon.conf
67
ADD ./graphite/storage-schemas.conf /opt/graphite/conf/storage-schemas.conf
68
ADD ./graphite/storage-aggregation.conf /opt/graphite/conf/storage-aggregation.conf
69
RUN mkdir -p /opt/graphite/storage/whisper &&\
70
+ mkdir -p /opt/graphite/storage/log/webapp &&\
71
touch /opt/graphite/storage/graphite.db /opt/graphite/storage/index &&\
72
chown -R www /opt/graphite/storage &&\
73
chmod 0775 /opt/graphite/storage /opt/graphite/storage/whisper &&\
0 commit comments