diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 97e67f1..8660438 100755 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -19,7 +19,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}:/data - #- /media/nas/nas-photo:/data2 + - /media/nas/nas-photo:/data2 - /etc/localtime:/etc/localtime:ro env_file: - .env