Skip to content

Commit f5954f4

Browse files
skatsubommomjian
andauthored
chore(docs): Avoid /data in external library examples (#21357)
* Avoid /data for external libraries * Remove mention of microservice containers * Update docs/docs/features/libraries.md Co-authored-by: Matthew Momjian <[email protected]> --------- Co-authored-by: Matthew Momjian <[email protected]>
1 parent 147accd commit f5954f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/features/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Sometimes, an external library will not scan correctly. This can happen if Immic
3333
- Are the permissions set correctly?
3434
- Make sure you are using forward slashes (`/`) and not backward slashes.
3535

36-
To validate that Immich can reach your external library, start a shell inside the container. Run `docker exec -it immich_server bash` to a bash shell. If your import path is `/data/import/photos`, check it with `ls /data/import/photos`. Do the same check for the same in any microservices containers.
36+
To validate that Immich can reach your external library, start a shell inside the container. Run `docker exec -it immich_server bash` to a bash shell. If your import path is `/mnt/photos`, check it with `ls /mnt/photos`. If you are using a dedicated microservices container, make sure to add the same mount point and check for availability within the microservices container as well.
3737

3838
### Exclusion Patterns
3939

0 commit comments

Comments
 (0)