You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-02 16:53:15 +03:00 
			
		
		
		
	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
		
			
				
	
	
		
			13 lines
		
	
	
		
			420 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			420 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Upgrading
 | 
						|
 | 
						|
```bash
 | 
						|
docker-compose pull
 | 
						|
docker-compose up -d
 | 
						|
```
 | 
						|
 | 
						|
This project will automatically update any databases or other requirements so you don't have to follow
 | 
						|
any crazy instructions. These steps above will pull the latest updates and recreate the docker
 | 
						|
containers.
 | 
						|
 | 
						|
See the [list of releases](https://github.com/NginxProxyManager/nginx-proxy-manager/releases) for any upgrade steps specific to each release.
 |