Compare commits
4 Commits
64fb20c1d2
...
6395fac6ab
Author | SHA1 | Date | |
---|---|---|---|
6395fac6ab | |||
96a5d1f208 | |||
fecbc4ffc7 | |||
33216e5db3 |
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user