diff --git a/noc-docker/README.md b/noc-docker/README.md index 3b5f5f9..d496f9f 100644 --- a/noc-docker/README.md +++ b/noc-docker/README.md @@ -143,15 +143,13 @@ The Network Monitoring System is a simplified Network Operations Center (NOC) th ### Persistent Volumes -**Volume Name:** `monitoring-data` +**Volume Name:** `noc-data` **Type:** Named Volume (Docker-managed) **Mount Path:** `/data` inside backend container -**Purpose:** Persists SQLite database file (`monitoring.db`) across container lifecycle events - -**Storage Location:** Docker volume storage area (typically `/var/lib/docker/volumes/`) +**Purpose:** Persists SQLite database file across container lifecycle events **Data Preservation:** - Survives container stop/start cycles