diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index f92b6c6..dfbf6e0 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -18,6 +18,7 @@ services: 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 + - /share/Photo:/mnt/photos2:ro - /etc/localtime:/etc/localtime:ro env_file: - stack.env