11 lines
178 B
Bash
Executable file
11 lines
178 B
Bash
Executable file
#!/bin/bash
|
|
####################################
|
|
#####
|
|
###
|
|
##
|
|
#
|
|
#
|
|
# Startup Script for the Application
|
|
####################################
|
|
docker logs -f --tail 100 photoprism
|
|
|