3.9
This commit is contained in:
parent
afb9d7e18d
commit
647adc5beb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue