mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Update Docker instructions
This commit is contained in:
parent
6e1f888e39
commit
ed4ed520b7
1 changed files with 1 additions and 9 deletions
10
README.md
10
README.md
|
@ -123,16 +123,8 @@ Here are some examples of conditions you can use:
|
|||
|
||||
## Docker
|
||||
|
||||
Building the Docker image is done as follows:
|
||||
|
||||
```
|
||||
docker build . -t gatus
|
||||
```
|
||||
|
||||
You can then run the container with the following command:
|
||||
|
||||
```
|
||||
docker run -p 8080:8080 --name gatus gatus
|
||||
docker run -p 8080:8080 --name gatus twinproduction/gatus
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue