mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	docs: specify Timezone (#8403)
This commit is contained in:
		
							parent
							
								
									5bc9158724
								
							
						
					
					
						commit
						245535ee04
					
				@ -41,11 +41,9 @@ These environment variables are used by the `docker-compose.yml` file and do **N
 | 
				
			|||||||
| `IMMICH_REVERSE_GEOCODING_ROOT` | Path of reverse geocoding dump directory     | `/usr/src/resources` | microservices                                |
 | 
					| `IMMICH_REVERSE_GEOCODING_ROOT` | Path of reverse geocoding dump directory     | `/usr/src/resources` | microservices                                |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:::tip
 | 
					:::tip
 | 
				
			||||||
 | 
					`TZ` should be set to a `TZ identifier` from [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). For example, `TZ="Etc/UTC"`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`TZ` is only used by the `exiftool` as a fallback in case the timezone cannot be determined from the image metadata.
 | 
					`TZ` is only used by `exiftool`, which is present in the microservices container, as a fallback in case the timezone cannot be determined from the image metadata.
 | 
				
			||||||
 | 
					 | 
				
			||||||
`exiftool` is only present in the microservices container.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
:::
 | 
					:::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Ports
 | 
					## Ports
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user