This commit is contained in:
@@ -66,6 +66,7 @@ RUN apk --no-cache add php${PHP_VERSION} \
|
|||||||
curl \
|
curl \
|
||||||
vim \
|
vim \
|
||||||
git \
|
git \
|
||||||
|
awstats \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
@@ -80,6 +81,8 @@ RUN chown -R nginx:nginx /usr/share/nginx/html
|
|||||||
RUN mkdir -p /usr/share/nginx/html/shared
|
RUN mkdir -p /usr/share/nginx/html/shared
|
||||||
RUN chown -R nobody:nobody /usr/share/nginx/html/shared
|
RUN chown -R nobody:nobody /usr/share/nginx/html/shared
|
||||||
|
|
||||||
|
COPY awstats.safebox.network.conf /etc/awstats/awstats.safebox.network.conf
|
||||||
|
|
||||||
VOLUME ["/var/cache/nginx"]
|
VOLUME ["/var/cache/nginx"]
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
Reference in New Issue
Block a user