mirror of https://github.com/statping/statping
10 lines
449 B
Markdown
10 lines
449 B
Markdown
# Statup [](https://travis-ci.org/hunterlong/statup)
|
|
An easy to use Status Page for your websites and applications. Statup will automatically fetch the application and render a beutiful status page.
|
|
|
|
## Docker
|
|
Use the [Statup Docker Image](https://hub.docker.com/r/hunterlong/statup) to create a status page in seconds.
|
|
```
|
|
docker run -it -p 8080:8080 hunterlong/statup
|
|
```
|
|
|