feat: automatically detect media location changes (#20256)

This commit is contained in:
Jason Rasmussen
2025-07-25 15:25:36 -04:00
committed by GitHub
parent 0fdeac0417
commit c6b25ef111
8 changed files with 43 additions and 8 deletions
+3 -1
View File
@@ -19,8 +19,10 @@ services:
build:
context: ../
dockerfile: server/Dockerfile
environment:
- IMMICH_MEDIA_LOCATION=/data
volumes:
- ${UPLOAD_LOCATION}/photos:/usr/src/app/upload
- ${UPLOAD_LOCATION}/photos:/data
- /etc/localtime:/etc/localtime:ro
env_file:
- .env