diff --git a/sample-app/pcreate b/sample-app/pcreate index be4a764..6b52f15 100755 --- a/sample-app/pcreate +++ b/sample-app/pcreate @@ -10,6 +10,9 @@ #################################### echo "Creating [SampleApp]" +# TODO Nova +# TODO Per edude03ontwitch we want to actually mount /photoprism/whatever +# TODO Need to fix the `\\\n` string replace to respect a happy command here docker run -d --name photoprism -p 8080:2342 -e PHOTOPRISM_UPLOAD_NSFW="true" -e PHOTOPRISM_ADMIN_PASSWORD="missy" -v photoprism:/photoprism photoprism/photoprism:latest - +z