mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
update
This commit is contained in:
parent
a98eb0ccd9
commit
a49af9907c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user