Important: Back up your entire instance before using this new version! As with any new version, there may be breaking changes.
- Bring your docker instance down
- Zip or copy your
data
andletsencrypt
folders - Pull this new image
jc21/nginx-proxy-manager:2.11.3
- Bring up your docker stack and check for any problems in the logs
- Renew your DNS certs manually
- Check some or all of your hosts for expected behaviour
Changes
- #3764 Fix Cloudflare DNS Auth (thanks @ransbachm)
- #3729 Move advanced_config section to top of default config (thanks @clhey)
- #3815 Add Hover.com DNS plugin (thanks @alexjsp)
- #3810 Changing log_format proxy default location (thanks @Brendon-Mendicino)
- #3843 Fix syntax that causes errors (generateKeys log) (thanks @jay-lab)
- #3790 Read initial admin email and password from env vars (thanks @DavidLievrouw)
- #3781 Remove spaces around Cloudflare API Credential (thanks @jinhei)
- #3766 Add include for root_top.conf in the nginx.conf (thanks @kroegerama)
- #3662 Fix command injection when passing bash commands into the DNS provider config (thanks @IgorDuino)