From fa620d6a858eb53837b26a281c93be0f3eb9ba2e Mon Sep 17 00:00:00 2001 From: piersonjarvis <33534845+piersonjarvis@users.noreply.github.com> Date: Fri, 16 Nov 2018 14:44:58 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 577a266..00807a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,5 @@ RUN sed -i 's/10000/80/g' /etc/webmin/miniserv.conf && \ sed -i 's/ssl=1/ssl=0/g' /etc/webmin/miniserv.conf RUN echo root:webmin | chpasswd +VOLUME /config CMD [ "/bin/bash","/Service-check.sh" ] \ No newline at end of file