From 2ed321e4643304972e0fcf2991387cb0231ef912 Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Sat, 2 Aug 2025 06:23:31 +0000 Subject: [PATCH] Use /data instead of the long ugly path --- immich/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index b630ac7..a0f6c2e 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -7,7 +7,7 @@ services: # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding volumes: # 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 - - ${UPLOAD_LOCATION}:/usr/src/app/upload + - ${UPLOAD_LOCATION}:/data - /etc/localtime:/etc/localtime:ro env_file: - .env