Blame

5e60e9 mb tech 2026-01-13 00:39:17
added smoke ping
1
# Smokeping
6d0734 mb tech 2026-01-13 15:07:55
updated
2
3
## compose.yml
5e60e9 mb tech 2026-01-13 00:39:17
added smoke ping
4
```yaml
6d0734 mb tech 2026-01-13 15:07:55
updated
5
---
5e60e9 mb tech 2026-01-13 00:39:17
added smoke ping
6
services:
7
smokeping:
8
image: lscr.io/linuxserver/smokeping:latest
9
container_name: smokeping
10
environment:
11
- TZ=Etc/UTC
12
volumes:
13
- ./config:/config
14
- ./data:/data
15
ports:
16
- 8094:80
17
restart: unless-stopped
18
```