From d76df5ef7e16b124bc8a0f49923eb43b5aa4d43c Mon Sep 17 00:00:00 2001 From: Sarukesh Boominathan Date: Wed, 1 Apr 2026 09:53:07 +0000 Subject: [PATCH] Update noc-docker/README.md --- noc-docker/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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