mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
12 lines
226 B
YAML
12 lines
226 B
YAML
version: "3.8"
|
|
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:2.1.0
|
|
restart: always
|
|
volumes:
|
|
- uptime-kuma-data:/app/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
volumes:
|
|
uptime-kuma-data:
|