Uptime Kuma

Monitor your Plex server or any other apps or sites. Receive notifications if a service goes down.

Docker Compose

Change the appropriate paths/ports.                                                                                                                  

services:
  uptime-kuma:
    image: louislam/uptime-kuma:latest
    container_name: Uptime-Kuma
    ports:
      - 3001:3001
    volumes:
      - /path-to-data/Config:/app/data
    restart: unless-stopped