diff --git a/docs/01_setup_win.md b/docs/01_setup_win.md index b1f7fb3..5335f3f 100644 --- a/docs/01_setup_win.md +++ b/docs/01_setup_win.md @@ -9,4 +9,17 @@ tags: setup windows # Windows setup -_TODO_ \ No newline at end of file +![Windows setup](images/win_setup.png) + + +## start the services with "start.bat" + +The services are prepared and run. Also, check the Docker Desktop Dashboard for the running containers. + +Connect to http://localhost:5480 to see the pgAdmin user interface. + + +## stop the services with "stop.bat" + +The services are terminated. + diff --git a/docs/images/win_setup.png b/docs/images/win_setup.png new file mode 100755 index 0000000..272126e Binary files /dev/null and b/docs/images/win_setup.png differ