Config: Increase wait time in install.bat file example #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
5176380a56
commit
00acfb5e45
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ echo and install Docker Desktop before you proceed:
|
|||
echo:
|
||||
echo https://docs.docker.com/desktop/install/windows-install/
|
||||
|
||||
timeout /t 5
|
||||
timeout /t 10
|
||||
|
||||
echo Checking Docker version...
|
||||
|
||||
|
|
Loading…
Reference in a new issue