diff --git a/immich/docker-compose.yaml b/immich/docker-compose.yaml index 5d34c38..4156576 100644 --- a/immich/docker-compose.yaml +++ b/immich/docker-compose.yaml @@ -20,7 +20,7 @@ services: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - /nfs/media/photo/library:/data - /etc/localtime:/etc/localtime:ro - env_file: + environment: TZ: Asia/Ho_Chi_Minh UPLOAD_LOCATION: /nfs/media/photo/library DB_DATA_LOCATION: /volume2/docker/immich/postgres @@ -48,7 +48,7 @@ services: # service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable volumes: - /docker/immich/model-cache:/cache - env_file: + environment: TZ: Asia/Ho_Chi_Minh DB_PASSWORD: jK4Q9xvM29RN9V DB_USERNAME: postgres