mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 01:13:40 +01:00
Minor update
This commit is contained in:
parent
a90b0ae565
commit
fc88d4fd3d
22
README.md
22
README.md
@ -24,6 +24,21 @@ services:
|
||||
```
|
||||
|
||||
|
||||
## Docker
|
||||
|
||||
Building the Docker image is done as following:
|
||||
|
||||
```
|
||||
docker build . -t gatus
|
||||
```
|
||||
|
||||
You can then run the container with the following command:
|
||||
|
||||
```
|
||||
docker run -p 8080:8080 --name gatus gatus
|
||||
```
|
||||
|
||||
|
||||
## Running the tests
|
||||
|
||||
```
|
||||
@ -31,13 +46,6 @@ go test ./... -mod vendor
|
||||
```
|
||||
|
||||
|
||||
## Building with Docker
|
||||
|
||||
```
|
||||
docker build . -t gatus
|
||||
```
|
||||
|
||||
|
||||
## Using in Production
|
||||
|
||||
See the [example](example) folder.
|
||||
|
Loading…
Reference in New Issue
Block a user