kuma-deployment/docker-compose.yaml

11 lines
210 B
YAML
Raw Normal View History

2024-06-02 15:06:11 +02:00
services:
uptime-kuma:
2024-10-01 09:25:36 +02:00
image: louislam/uptime-kuma:1.23.15
2024-06-02 15:06:11 +02:00
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- 3001:3001
restart: unless-stopped
2024-10-01 09:25:36 +02:00
networks: {}