wiki/docs/portainer-stacks/uptime-kuma.md
Sthope 0f8c1ec52f
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-04-27 11:24:06 +02:00

16 lines
309 B
Markdown

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