mirror of
https://github.com/immich-app/immich.git
synced 2025-01-27 22:22:45 +01:00
docs: specify Timezone (#8403)
This commit is contained in:
parent
5bc9158724
commit
245535ee04
1 changed files with 2 additions and 4 deletions
|
@ -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…
Reference in a new issue