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)