Skip to content

Cannot find uploaded files? [Solved] #961

Answered by andrewlow
EliasGagnef asked this question in Q&A
Discussion options

You must be logged in to vote

If you didn't specify file mount paths in your docker configuration - those files are very possibly landing inside of your docker container.

If you can (without sharing say your password) copy and paste the docker configuration you are using.

It will look like this

docker run -d \
  --name photoprism \
  --security-opt seccomp=unconfined \
  --security-opt apparmor=unconfined \
  -p 2342:2342 \
  -e PHOTOPRISM_UPLOAD_NSFW="true" \
  -e PHOTOPRISM_ADMIN_PASSWORD="please_change" \
  -v /photoprism/storage \
  -v ~/Pictures:/photoprism/originals \
  photoprism/photoprism

Assuming you followed https://docs.photoprism.org/getting-started/docker/

If you didn't supply a path to the 'import' fol…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@EliasGagnef
Comment options

@EliasGagnef
Comment options

Answer selected by graciousgrey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants