Skip to content

Commit b6a9c16

Browse files
committed
Fix Tmp File Nginx and Logging Graphite-Web
1 parent 1a59593 commit b6a9c16

File tree

3 files changed

+279
-30
lines changed

3 files changed

+279
-30
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ ADD ./graphite/carbon.conf /opt/graphite/conf/carbon.conf
6767
ADD ./graphite/storage-schemas.conf /opt/graphite/conf/storage-schemas.conf
6868
ADD ./graphite/storage-aggregation.conf /opt/graphite/conf/storage-aggregation.conf
6969
RUN mkdir -p /opt/graphite/storage/whisper &&\
70+
mkdir -p /opt/graphite/storage/log/webapp &&\
7071
touch /opt/graphite/storage/graphite.db /opt/graphite/storage/index &&\
7172
chown -R www /opt/graphite/storage &&\
7273
chmod 0775 /opt/graphite/storage /opt/graphite/storage/whisper &&\

0 commit comments

Comments
 (0)