mieweb / wikiGDrive

Wiki for Google Shared Drive
15 stars 6 forks source link

Out of space on the new server #404

Open ggodlewski opened 7 months ago

ggodlewski commented 7 months ago

Today we were out of space on 184.175.182.20

image

After docker system prune:

image

ggodlewski commented 7 months ago

Added this to prod (it was copied from dev)

cat /etc/cron.daily/docker-prune 
:

docker system prune -af  --filter "until=$((30*24))h"