wiki/docs/portainer-stacks/uptime-kuma.md
Sthope b2b0f55b62
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-01 14:01:04 +02:00

16 lines
337 B
Markdown

Portainer Stack:
```yaml
---
version: "3.8"
services:
uptime:
image: louislam/uptime-kuma:1
container_name: uptime
hostname: uptime
network_mode: ${net-bridge}
volumes:
- /uptime_kuma:/app/data
restart: ${RST-unless-stopped}
labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
```