12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
|
#!/bin/bash
|
||
|
####################################
|
||
|
#####
|
||
|
###
|
||
|
##
|
||
|
#
|
||
|
#
|
||
|
# Startup Script for the Application
|
||
|
####################################
|
||
|
docker logs -f --tail 100 photoprism
|
||
|
|