Update docker.io/jc21/nginx-proxy-manager Docker tag to v2.12.6
No problems automatically updating the Docker image and run the container by Watchtower with dependency update facilitated by Mend's Renovate Bot. Also executing recommanded backup of data.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/jc21/nginx-proxy-manager | patch | 2.12.4 -> 2.12.6 |
Release Notes
jc21/nginx-proxy-manager (docker.io/jc21/nginx-proxy-manager)
v2.12.6
Changes
Fixes #4629 - Improved startup file ownership script with new env var to skip certbot folders, choose your flavour:
SKIP_CERTBOT_OWNERSHIP=true
SKIP_CERTBOT_OWNERSHIP=yes
SKIP_CERTBOT_OWNERSHIP=1
SKIP_CERTBOT_OWNERSHIP=on
Docker images
v2.12.5
Changes
- Revert cloudflare dns plugin change. All Certbot DNS changes now require 2 verifications from the community
- Updated Certbot, and applied legacy fixes to support old certbot plugins
- Added env var support for
SKIP_CERTBOT_OWNERSHIP=true
for advanced users who may want this - Updated s6-overlay
[!WARNING]
If you currently use aS6_STAGE2_HOOK
environment variable, remove it. Otherwise, you're going to have a bad time. See #4629