mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
11 lines
178 B
YAML
11 lines
178 B
YAML
version: "3.8"
|
|
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1.23.15
|
|
restart: always
|
|
volumes:
|
|
- uptime-kuma-data:/app/data
|
|
|
|
volumes:
|
|
uptime-kuma-data:
|