2 Commits

Author SHA1 Message Date
2dcc1c1a04 chore: re-pin valkey to 9.1.0
All checks were successful
cc-ci/testme cc-ci: success
2026-06-26 04:03:48 +00:00
6b45c97b43 Merge pull request 'chore: upgrade to 1.7.0+v2.7.5' (#11) from upgrade-1.7.0+v2.7.5 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/immich/pulls/11
2026-06-15 17:39:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -45,4 +45,4 @@ You can manually create a volume that has more storage for the library. For exam
If you want to use the [external library functionality](https://docs.immich.app/guides/external-library/) of immich via a cifs/smb-share-drive you can use the additional `compose.storage.yml` file.
Just uncomment and edit the respective .env-files.
The external storage will be mounted to `/mnt/external_storage` (this is your import path in immich).
The external storage will be mounted to `/mnt/external_storage` (this is your import path in immich).

View File

@ -50,7 +50,7 @@ services:
disable: false
redis:
image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
image: docker.io/valkey/valkey:9.1.0@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9
healthcheck:
test: redis-cli ping || exit 1
networks: