This commit is contained in:
f 2019-11-16 20:20:08 -03:00
parent afb9d7e18d
commit 647adc5beb
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.9
MAINTAINER "f <f@sutty.nl>"
# TODO: We don't want to receive lots of email, so we'll change this to
@ -6,7 +6,7 @@ MAINTAINER "f <f@sutty.nl>"
ENV EMAIL monit@sutty.nl
# Install monit and remove default config
RUN apk add --no-cache tini monit && rm -f /etc/monitrc
RUN apk add --no-cache tini monit && rm /etc/monitrc
# Create directories
RUN install -dm 2750 -o root -g root /etc/monit.d