2024-05-05 14:00:09 +02:00
|
|
|
---
|
2024-02-22 22:28:36 +00:00
|
|
|
services:
|
|
|
|
uptime-kuma:
|
|
|
|
image: louislam/uptime-kuma:latest
|
|
|
|
container_name: uptime-kuma
|
|
|
|
volumes:
|
|
|
|
- ./volumes/data:/app/data
|
|
|
|
ports:
|
|
|
|
- 127.0.0.1:13001:3001
|
2024-05-05 14:00:09 +02:00
|
|
|
restart: unless-stopped
|