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

305 B

Portainer Stack:

---
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