Skip to content

Commit f95bc4f

Browse files
Immich Update (#255)
* Immich redis version fix * Added Flaresolverr * Flaresolverr added * Flaresolverr updated * Immich Update --------- Co-authored-by: Bart <57799908+crypt0rr@users.noreply.github.com>
1 parent 626581a commit f95bc4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/immich/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
5858
volumes:
5959
# 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
60-
- ./${SERVICE}-data/upload:/usr/src/app/upload
60+
- ./${SERVICE}-data/upload:/data
6161
- /etc/localtime:/etc/localtime:ro
6262
env_file:
6363
- .env
@@ -92,7 +92,7 @@ services:
9292

9393
redis:
9494
container_name: app-${SERVICE}-redis
95-
image: docker.io/valkey/valkey:9@sha256:3eeb09785cd61ec8e3be35f8804c8892080f3ca21934d628abc24ee4ed1698f6
95+
image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
9696
healthcheck:
9797
test: redis-cli ping || exit 1
9898
restart: always

0 commit comments

Comments
 (0)