mirror of
https://github.com/immich-app/immich.git
synced 2024-12-31 00:43:56 -05:00
fix TZ
This commit is contained in:
parent
ecf19a9a5d
commit
502b89c28c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ services:
|
|||
DB_USERNAME: ${DB_USERNAME}
|
||||
DB_PASSWORD: ${DB_PASSWORD}
|
||||
DB_USERNAME: ${DB_DATABASE_NAME}
|
||||
TZ: $TZ
|
||||
TZ: ${TZ}
|
||||
ports:
|
||||
- '2283:2283'
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue