From: Clifton Palmer Date: Thu, 13 Jun 2019 22:37:45 +0000 (-0500) Subject: Added todo X-Git-Tag: 1.0.0~11 X-Git-Url: http://git.purplebirdman.com/public.git/commitdiff_plain/3c32a3d180b650d631ce6250898fb38c96088ef6?ds=sidebyside Added todo --- diff --git a/readme.md b/readme.md index 4547642..0c3b4fd 100644 --- a/readme.md +++ b/readme.md @@ -11,3 +11,10 @@ docker stack deploy -c <(docker-compose config) public ``` docker exec -it 581d24de85e5 /root/public simplify ``` + +## todo + +* clean up temporary public directories + ``` + 0 * * * * find /var/www/html/public/* -depth -mtime +7 -delete + ```