Add skynet-webportal dir sizes to dump on health checker disable

This commit is contained in:
Filip Rysavy 2021-12-08 11:29:31 +01:00
parent 0f8384436b
commit 0b1ea2b598
No known key found for this signature in database
GPG Key ID: EA1F430401C92D99
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ dump () {
echo "Home dirs:"
docker run -v /home/user:/home/user alpine:3.15.0 du -hs /home/user/*
# Skynet webportal dirs
echo
echo "skynet-webportal dirs:"
docker run -v /home/user:/home/user alpine:3.15.0 du -hs /home/user/skynet-webportal/*
# Docker data dirs
echo
echo "Docker data dirs:"