From cd054cbbf7ba90d3a0a539af0effcae28c9d9590 Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Wed, 24 Mar 2021 14:43:50 +0300 Subject: [PATCH] docs: update 'Update' section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a89a5df..c324933 100755 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ _For the screenshots, please refer to the [screenshots](docs/SCREENSHOTS.md)_ ### Update To get the latest version just run - docker-compose down && docker-compose pull && docker-compose up -d --no-build + docker-compose pull && docker-compose up -d --no-build in the folder where `docker-compose.yml` is located. Backup is not required as your data is saved in Docker volumes but recommended. You could also set up [watchtower](https://github.com/containrrr/watchtower) for automatic updates.