From 110002f5a6f4bc34fca7e229b9a336b144a6ed00 Mon Sep 17 00:00:00 2001 From: esmailelbob Date: Sat, 6 Aug 2022 15:36:55 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 425f56e..b29cb41 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,17 @@ $ docker-compose build Start the container ```sh $ docker-compose up +``` + +## Step 4 - update + +Just run the update script +```sh +./update.sh +``` + +## Step 5 -- clean +You can use this to clean old files but be aware that all docker images that are down will get removed too so if you self host other stuff than hyperpipe, make sure to run all images (incl databases) then run the command down +```sh +sudo docker system prune -a; sudo docker volume prune ; sudo docker network prune; sudo docker image prune ``` \ No newline at end of file