docker-compose/kuma/docker-compose.yml

12 lines
271 B
YAML
Raw Permalink Normal View History

2024-05-13 08:32:46 +02:00
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
2024-12-26 15:03:19 +01:00
mem_limit: 512m
2024-05-13 08:32:46 +02:00
volumes:
- ./uptime-kuma-data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
2024-12-24 20:58:18 +01:00
- 127.0.0.1:3007:3001
2024-05-13 08:32:46 +02:00
restart: always