mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	docs: Fix documentation for running as a non-root Docker user (#8218)
* Update FAQ.mdx * Update FAQ.mdx * Update FAQ.mdx
This commit is contained in:
		
							parent
							
								
									b07a565e34
								
							
						
					
					
						commit
						b449feb3e1
					
				@ -288,7 +288,11 @@ Immich components are typically deployed using docker. To see logs for deployed
 | 
				
			|||||||
### How can I run Immich as a non-root user?
 | 
					### How can I run Immich as a non-root user?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can change the user in the container by setting the `user` argument in `docker-compose.yml` for each service.
 | 
					You can change the user in the container by setting the `user` argument in `docker-compose.yml` for each service.
 | 
				
			||||||
You may need to add an additional volume to `immich-microservices` that mounts internally to `/usr/src/app/.reverse-geocoding-dump`.
 | 
					You may need to add mount points or docker volumes for the following internal container paths:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- `immich-machine-learning:/.config`
 | 
				
			||||||
 | 
					- `immich-machine-learning:/.cache`
 | 
				
			||||||
 | 
					- `redis:/data`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The non-root user/group needs read/write access to the volume mounts, including `UPLOAD_LOCATION`.
 | 
					The non-root user/group needs read/write access to the volume mounts, including `UPLOAD_LOCATION`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user