Merge branch 'develop' into renovate/golang-1.x
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 7m49s
Test Pull Requests / Notify (pull_request) Successful in 39s

This commit is contained in:
MrMeeb 2024-04-20 17:25:22 +00:00
commit 42f0ecce4f

View File

@ -28,6 +28,9 @@ 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