Skip to content

Commit a737f66

Browse files
authored
Update readme.md
1 parent 73dc7d9 commit a737f66

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

.github/readme.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,29 @@
1313

1414
# Statping-ng
1515
<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.
16-
</p><p>
17-
Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork.
1816
</p>
1917

18+
19+
Via `docker-compose`
20+
21+
```yaml
22+
version: "3"
23+
services:
24+
statping:
25+
container_name: statping
26+
image: dockurr/statping:latest
27+
ports:
28+
- 8080:8080
29+
volumes:
30+
- /opt/statping:/app
31+
restart: always
32+
stop_grace_period: 1m
33+
```
34+
35+
networks:
36+
ipv6:
37+
external: true
38+
name: "ipv6"
2039
<hr/>
2140
<h2 align="center" style="text-align:center">About Statping-ng</h2>
2241

0 commit comments

Comments
 (0)