From 39316b28e1b0e65ed92b8f99b1c4c1dddc7583cf Mon Sep 17 00:00:00 2001 From: Thibaud Desodt Date: Mon, 26 Apr 2021 22:22:08 +0200 Subject: [PATCH] docs(upgrade): document steps to upgrade --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 55d1434..cbc6da9 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,18 @@ Get notified about new builds, failing builds etc +## FAQ +### How to upgrade + +If you followed the previous instructions, you should be able to run those commands : + +```bash +docker stop codemagic-build-monitor +docker rm codemagic-build-monitor +docker pull ghcr.io/tsimbalar/codemagic-build-monitor:latest +docker run --name codemagic-build-monitor -d -p 9901:9901 --restart unless-stopped ghcr.io/tsimbalar/codemagic-build-monitor +``` + --- ## Roadmap