summaryrefslogtreecommitdiff
path: root/uptime-kuma/compose.yaml
blob: eeed5d2985b3db039dfd0667583d9a3ba5b6bddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  uptime-kuma:
    container_name: uptime-kuma
    image: louislam/uptime-kuma:2.1.3
    restart: unless-stopped
    ports:
      - 10.0.0.1:3001:3001
    volumes:
      - uptime-kuma:/app/data
volumes:
  uptime-kuma:
    external: true
networks: {}