nginx-proxy-manager: add upgrade/backup workflow, rename container, fix wording

Documents backing up with restic before upgrading, for both the compose
and docker run workflows. Renames the docker run container to
nginx-proxy-manager to match the directory, and cleans up minor wording
and trailing-slash inconsistencies in the README.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
code
2026-08-22 14:52:35 +00:00
co-authored by Claude Sonnet 5
parent 310d5e8456
commit 2bb279f912
3 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services:
proxy:
image: ${PROXY_IMAGE:-jc21/nginx-proxy-manager:2.15.0}
image: ${PROXY_IMAGE:-jc21/nginx-proxy-manager:latest}
restart: unless-stopped
environment:
X_FRAME_OPTIONS: "sameorigin"