Config: Add "@echo off" to windows batch file examples #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
bc0593637a
commit
5176380a56
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
@echo off
|
||||
|
||||
echo Starting PhotoPrism and MariaDB...
|
||||
|
||||
docker compose up -d
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@echo off
|
||||
|
||||
echo Stopping PhotoPrism and MariaDB...
|
||||
|
||||
docker compose stop
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@echo off
|
||||
|
||||
echo Pulling Docker images...
|
||||
|
||||
docker compose pull
|
||||
|
|
Loading…
Reference in a new issue