Update noc-docker/README.md

This commit is contained in:
Sarukesh Boominathan 2026-04-01 09:53:07 +00:00
parent c07ce6fcb6
commit d76df5ef7e

View File

@ -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