From 196531b6bf392c9177fec25e57837cea53de0aee Mon Sep 17 00:00:00 2001 From: Mikkel Georgsen Date: Wed, 14 Jan 2026 14:15:09 +0000 Subject: [PATCH] Add NPM update procedure to documentation Documented that NPM runs in Docker at /opt/npm and added the docker compose commands for updating it. Co-Authored-By: Claude Opus 4.5 --- homelab-documentation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homelab-documentation.md b/homelab-documentation.md index 2b33b20..24a5ed7 100644 --- a/homelab-documentation.md +++ b/homelab-documentation.md @@ -163,6 +163,12 @@ Saved with: `netfilter-persistent save` - **IP:** 10.5.0.1 - **Ports:** 80, 443, 81 (admin) - **SSL:** Let's Encrypt (HTTP challenge) +- **Runtime:** Docker (docker-compose at /opt/npm) + +**Update NPM:** +```bash +cd /opt/npm && docker compose pull && docker compose up -d +``` **Proxy Hosts:**