From 1f68fd3f4d1a484828c7e79b7da770b4ef2475ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kris=20N=C3=B3va?= Date: Wed, 3 Feb 2021 17:03:05 -0800 Subject: [PATCH] Adding todos to docker create command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kris NĂ³va --- sample-app/pcreate | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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