Compare commits

..

No commits in common. "6395fac6ab13185746b0e9a0b8fef34341329474" and "64fb20c1d26d933085dcee38d5ab4a310d816599" 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