Update 'README.md'

This commit is contained in:
esmailelbob
2022-08-06 15:36:55 +02:00
parent 06afc04db5
commit 110002f5a6
+13
View File
@@ -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
```