diff --git a/Dockerfile b/Dockerfile index 3c2c3fd..9a9ec25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ COPY configuration/plugins.py /etc/netbox/config/plugins.py COPY configuration/supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY entrypoint.sh /opt/netbox/entrypoint.sh -LABEL internal_version="4.4.1.0" +LABEL internal_version="4.4.2.1" CMD ["/opt/netbox/entrypoint.sh"] diff --git a/configuration/supervisord.conf b/configuration/supervisord.conf index 2150ba4..2414b7e 100644 --- a/configuration/supervisord.conf +++ b/configuration/supervisord.conf @@ -17,10 +17,3 @@ stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 - -[program:netbox-housekeeping] -command=/opt/netbox/housekeeping.sh -stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 -stdout_logfile=/dev/stdout -stdout_logfile_maxbytes=0