diff --git a/webkit/Dockerfile b/webkit/Dockerfile index 10c5c07..6ce8974 100644 --- a/webkit/Dockerfile +++ b/webkit/Dockerfile @@ -19,6 +19,8 @@ ADD ./etc/supervisor/conf.d/ /etc/supervisor/conf.d/ ADD ./etc/monitrc /etc/ ADD ./etc/nginx.cfg /etc/nginx/sites-enabled/default +RUN chmod 600 /etc/monitrc + VOLUME /data/ EXPOSE 80 1024 2812 9001 diff --git a/webkit/etc/monitrc b/webkit/etc/monitrc index f45e48b..12d4289 100644 --- a/webkit/etc/monitrc +++ b/webkit/etc/monitrc @@ -7,7 +7,7 @@ ############################################################################### set daemon 60 - with start delay 240 + with start delay 30 set httpd port 2812 and use address 0.0.0.0