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 <noreply@anthropic.com>
This commit is contained in:
parent
15c9d80952
commit
196531b6bf
1 changed files with 6 additions and 0 deletions
|
|
@ -163,6 +163,12 @@ Saved with: `netfilter-persistent save`
|
||||||
- **IP:** 10.5.0.1
|
- **IP:** 10.5.0.1
|
||||||
- **Ports:** 80, 443, 81 (admin)
|
- **Ports:** 80, 443, 81 (admin)
|
||||||
- **SSL:** Let's Encrypt (HTTP challenge)
|
- **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:**
|
**Proxy Hosts:**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue