Config: Update windows install.bat example #3509

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-07-13 13:44:51 +02:00
parent c172e06c04
commit 89842c8442

View file

@ -35,9 +35,8 @@ echo Starting PhotoPrism and MariaDB...
docker compose up -d docker compose up -d
timeout /t 20 timeout /t 20
echo Please open the Web UI by navigating to http://localhost:2342/. You should see a login screen. echo You should now be able to log in with the user "admin" when navigating to http://localhost:2342/.
echo Then log in with the user 'admin' and the password you have specified in PHOTOPRISM_ADMIN_PASSWORD (default is 'insecure'). echo The initial password is 'insecure' or the value specified with PHOTOPRISM_ADMIN_PASSWORD in your
echo You can change it on the account settings page. If you enable public mode, authentication will be disabled. echo docker-compose.yml file. Please change it under Settings Account before you proceed.
echo Enjoy!
START http://localhost:2342/ START http://localhost:2342/