Adding todos to docker create command
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
41aa943c78
commit
1f68fd3f4d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue