Compare commits

..

No commits in common. "42f0ecce4f09c2d12151933f2a30973273979490" and "2007b691e40db1c60749b94c847162e367974df7" have entirely different histories.

View File

@ -28,9 +28,6 @@ RUN chmod +x /healthcheck.sh
ENV DOCKER_PRUNE_INTERVAL="0 0 * * *"
# Supress tini warning
ENV TINI_SUBREAPER=true
# Add Crontab for root user
RUN echo "${DOCKER_PRUNE_INTERVAL} echo Pruning docker volumes && docker volume prune -af" > .crontab.txt && crontab .crontab.txt