Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 12, 2023
1 parent 73dc7d9 commit a737f66
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,29 @@

# Statping-ng
<p>An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page. This Status Page generator allows you to use MySQL, Postgres, or SQLite on multiple operating systems.
</p><p>
Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork.
</p>


Via `docker-compose`

```yaml
version: "3"
services:
statping:
container_name: statping
image: dockurr/statping:latest
ports:
- 8080:8080
volumes:
- /opt/statping:/app
restart: always
stop_grace_period: 1m
```
networks:
ipv6:
external: true
name: "ipv6"
<hr/>
<h2 align="center" style="text-align:center">About Statping-ng</h2>
Expand Down

0 comments on commit a737f66

Please sign in to comment.