From d69844dc1320be2e3e927900a204a9793b2c59eb Mon Sep 17 00:00:00 2001 From: TwiN Date: Sun, 29 Dec 2024 10:07:03 -0500 Subject: [PATCH] docs: Use stable tag in quick start instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8aed0982..416c0c18 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ _Looking for a managed solution? Check out [Gatus.io](https://gatus.io)._ Quick start ```console -docker run -p 8080:8080 --name gatus twinproduction/gatus +docker run -p 8080:8080 --name gatus twinproduction/gatus:stable ``` You can also use GitHub Container Registry if you prefer: ```console -docker run -p 8080:8080 --name gatus ghcr.io/twin/gatus +docker run -p 8080:8080 --name gatus ghcr.io/twin/gatus:stable ``` For more details, see [Usage](#usage)