Config: Add "@echo off" to windows batch file examples #3509

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-07-13 13:55:42 +02:00
parent bc0593637a
commit 5176380a56
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@echo off
echo Starting PhotoPrism and MariaDB...
docker compose up -d

View File

@ -1,3 +1,5 @@
@echo off
echo Stopping PhotoPrism and MariaDB...
docker compose stop

View File

@ -1,3 +1,5 @@
@echo off
echo Pulling Docker images...
docker compose pull