View Single Post
Old 07-11-2023, 07:28 AM   #322
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 726
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
@huber70

1) OK

2a) sudo usermod -aG docker pi etc.
2b) try sudo docker stop pi-mariadb-1

3a) should > - "~/Pictures:~/pi/pictures" = can never work.
3b) could > - "/home/pi/photoprism/storage:/photoprism/storage" = my suggestion

I would do:
Code:
# "/host/folder:/photoprism/folder" # Example
- "/home/pi/Pictures:/photoprism/original" # Original media files (DO NOT REMOVE)
# - "/example/family:/photoprism/originals/family" # *Additional* media folders can be mounted like this
# - "~/Import:/photoprism/import" # *Optional* base folder from which files can be imported to originals
- "home/pi/photoprism/storage:/photoprism/storage"
Before you do docker-compose.yml up -d
docker ps -a should be empty!
mariosipad is offline   Reply With Quote