1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00: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

@ -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

@ -1,3 +1,3 @@
set httpd port 2812 and
use address 0.0.0.0/0
use address 0.0.0.0
allow admin:monit