I have a quick question just to make sure i understand.
#!/bin/bash
docker exec immich bash
docker exec immich upload --recursive directory/
"directory/ " would be the path of where the photos/videos that I want to upload are located?
#!/bin/bash
docker exec immich bash
docker exec immich upload --recursive /user/folders/pictures/
or do I need to keep "directory/ " and the path follows the ending / ?