VictorRobellini / pfSense-Dashboard

A functional and useful dashboard for pfSense that utilizes influxdb, grafana and telegraf
669 stars 184 forks source link

Fixing docker compose script - Update READ.md #79

Open michmoor0725 opened 8 months ago

michmoor0725 commented 8 months ago

Problem 1: You need to put your apps in a top-level property "services"

---
services:
  grafana-pfSense:

Problem 2: Permissions error when starting container. Fix was to change the volume mapping within the host to /opt/lib/grafana

Other than that fantastic job on this dashboard.