Skip to main content

MinMon

Create /srv/Files/Minmon/minmon.toml. Example config here. More info on config here.

version: "3"

services:
  minmon:
    image: ghcr.io/flo-at/minmon:latest
    volumes:
      - /srv/Files/Minmon/minmon.toml:/etc/minmon.toml:ro
      # The following line is required for the DockerContainerStatus check.
      - /var/run/docker.sock:/var/run/docker.sock