Skip to content

Commit 2a1c1e8

Browse files
committed
Update immich.yaml
1 parent e66b455 commit 2a1c1e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/compose/immich.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,14 @@ services:
3838
# file: hwaccel.ml.yml
3939
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
4040
volumes:
41-
- model-cache:/cache
41+
- immich-model-cache:/cache
4242
environment:
4343
- UPLOAD_LOCATION=./library
4444
- DB_DATA_LOCATION=./postgres
4545
- DB_PASSWORD=$SERVICE_PASSWORD_POSTGRES
4646
- DB_USERNAME=$SERVICE_USER_POSTGRES
4747
- DB_DATABASE_NAME=${DB_DATABASE_NAME:-immich}
4848
- TZ=${TZ:-Etc/UTC}
49-
restart: always
5049
healthcheck:
5150
disable: false
5251

0 commit comments

Comments
 (0)