summaryrefslogtreecommitdiffstats
path: root/compose.yaml
blob: 004705a636093004949e017e8548ab9936d0b3ec (plain)
1
2
3
4
5
6
7
8
9
services:
  uptime-kuma:
    image: louislam/uptime-kuma:1
    volumes:
      - ./data:/app/data
    ports:
      # <Host Port>:<Container Port>
      - 3001:3001
    restart: unless-stopped