photoprism-client-go/sample-app/pstop

17 lines
223 B
Plaintext
Raw Normal View History

#!/bin/bash
####################################
#####
###
##
#
#
# Startup Script for the Application
####################################
set -e
echo "Stopping [SampleApp]"
docker stop photoprism
#docker rm photoprism