mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-11 13:53:21 +02:00
fix monit
This commit is contained in:
parent
6b7083504f
commit
6dbb5ad54b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user