mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-20 05:15:23 +02:00
11 lines
172 B
YAML
11 lines
172 B
YAML
version: "3.8"
|
|
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
restart: always
|
|
volumes:
|
|
- uptime-kuma-data:/app/data
|
|
|
|
volumes:
|
|
uptime-kuma-data:
|