Skip to content

Commit

Permalink
Update docs/docs/guides/custom-locations.md
Browse files Browse the repository at this point in the history
Co-authored-by: bo0tzz <git@bo0tzz.me>
  • Loading branch information
slamp and bo0tzz authored Nov 1, 2024
1 parent 900bf3b commit d1aa6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/custom-locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker compose up -d
Due to the underlying properties of docker bind mounts, it is not recommended to mount the `upload/` and `library/` folders as separate bind mounts if they are on the same device.
For this reason, we mount the hard drive (HDD) or the network storage (NAS) to `/usr/src/app/upload` and then mount the folders we want to access under that folder.

The `thumbs/` folder contains both the small thumbnails displayed in the timeline and the larger previews shown when clicking into an image. The latter cannot be separated.
The `thumbs/` folder contains both the small thumbnails displayed in the timeline and the larger previews shown when clicking into an image. These cannot be separated.

The storage metrics of the Immich server will track available storage at `UPLOAD_LOCATION`, so the administrator must set up some sort of monitoring to ensure the storage does not run out of space. The `profile/` folder is much smaller, usually less than 1 MB.
:::
Expand Down

0 comments on commit d1aa6eb

Please sign in to comment.