docs: Use stable tag in quick start instructions
This commit is contained in:
parent
8aae277113
commit
d69844dc13
@ -21,11 +21,11 @@ _Looking for a managed solution? Check out [Gatus.io](https://gatus.io)._
|
|||||||
<summary><b>Quick start</b></summary>
|
<summary><b>Quick start</b></summary>
|
||||||
|
|
||||||
```console
|
```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:
|
You can also use GitHub Container Registry if you prefer:
|
||||||
```console
|
```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)
|
For more details, see [Usage](#usage)
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user