From 7339a80066ee9eaf416782177090cd19bd8255f0 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Sat, 6 Aug 2022 16:48:17 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b29cb41..7a9cf82 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # Docker -## Step 1 - Setup +## Hosting + +### Step 1 - Setup Make sure the following dependencies are met: - `git` - `curl` - `jq` -## Step 2 - Configure +### Step 2 - Configure Clone the repo ```sh @@ -24,7 +26,7 @@ Run the setup script $ ./gen.sh ``` -## Step 3 - Docker +### Step 3 - Docker Build ```sh @@ -36,15 +38,19 @@ Start the container $ docker-compose up ``` -## Step 4 - update +## Updating -Just run the update script +Run the update script ```sh -./update.sh +$ ./update.sh ``` -## Step 5 -- clean +## Cleaning + 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 +# docker system prune -a +# docker volume prune +# docker network prune +# docker image prune ``` \ No newline at end of file