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