cleanup | add includes for docker-compose files
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s

This commit is contained in:
2026-03-30 03:41:38 +00:00
parent 94a63fb7ab
commit 85f2d3a9e0
11 changed files with 24 additions and 250 deletions

View File

@@ -18,17 +18,5 @@ status page and dashboard.
## Docker Compose Example
```yaml
# uptime-kuma - docker compose
---
## https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install
version: '3.3'
services:
uptime-kuma:
container_name: uptime-kuma
image: louislam/uptime-kuma:1
volumes:
- /app/uptime-kuma/data:/app/data
ports:
- 3001:3001 # <Host Port>:<Container Port>
restart: always
{{<include "/srv/configs/docker_compose/uptime-kuma/docker-compose.yaml">}}
```