Update Dockerfile

This commit is contained in:
piersonjarvis 2018-11-16 16:44:31 -08:00
parent fa620d6a85
commit 4bd4b9eb0a

View File

@ -24,5 +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 sed -i 's/ssl=1/ssl=0/g' /etc/webmin/miniserv.conf
RUN echo root:webmin | chpasswd RUN echo root:webmin | chpasswd
VOLUME /config VOLUME /data
CMD [ "/bin/bash","/Service-check.sh" ] CMD [ "/bin/bash","/Service-check.sh" ]