v2.10.0
版本发布时间: 2023-03-27 10:35:49
NginxProxyManager/nginx-proxy-manager最新发布版本:v2.11.3(2024-07-01 19:55:05)
⚠️ This release has changes that may adversely affect you, please pin your docker tag to the previous release 2.9.22
and upgrade after you conduct a full backup.
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.10.0
- Bring up your docker stack and check for any problems in the logs
- Renew your DNS certs
- Check some or all of your hosts for expected behaviour
Changes
Adds support to run processes as a user/group, defined with PUID
and PGID
environment variables
- Detects if image is run with a user in docker command and fails if so
- Adds s6 prepare scripts for adding a 'npmuser'
- Split up and refactor the s6 prepare scripts
- Runs nginx and backend node as 'npmuser'
- Changes ownership of files required at startup
Refactor configuration
- No longer use config npm package
- Prefer config from env vars, though still has support for config file
- No longer writes a config file for database config
- Writes keys to a new file in /data folder
- Removes a lot of cruft and improves config understanding