2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 12:05:02 +01:00
This commit is contained in:
kev
2015-07-02 19:24:22 +08:00
parent a98eb0ccd9
commit a49af9907c
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ RUN apk add -U monit \
&& rm -rf /var/cache/apk/*
COPY monit /etc/monit
RUN chmod 600 /etc/monit/monitrc
VOLUME /etc/monit /var/lib/monit
EXPOSE 2812