Added storage src path
This commit is contained in:
parent
039436e58d
commit
8ce33b0676
2 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,9 @@ unix_group='photoprism'
|
|||
unix_home='/home/photoprism'
|
||||
unix_shell='/bin/false'
|
||||
systemd_env='/etc/photoprism.env'
|
||||
photoprism_storage_src=unix_home+'/storage'
|
||||
photoprism_originals_src=unix_home+'/originals'
|
||||
photoprism_import_src=unix_home+'/import'
|
||||
|
||||
# From docker-compose
|
||||
photoprism_admin_password='insecure' # File size limit for originals in MB (increase for high-res video)
|
||||
|
|
Reference in a new issue