Commit 8ab977d5 authored by Kali Padhi's avatar Kali Padhi

Update readme.md

parent e82c5c8e
...@@ -10,13 +10,13 @@ docker pull postgres ...@@ -10,13 +10,13 @@ docker pull postgres
docker run -d -e POSTGRES_USER=user -e POSTGRES_PASSWORD=password123 --name postgres -p 5432:5432 --restart=always postgres docker run -d -e POSTGRES_USER=user -e POSTGRES_PASSWORD=password123 --name postgres -p 5432:5432 --restart=always postgres
``` ```
Download and install pgadmin Download and install pgadmin4 from below link
```bash [PGAdmin4 ](https://www.postgresql.org/ftp/pgadmin/pgadmin4/v4.19/windows/)
https://www.postgresql.org/ftp/pgadmin/pgadmin4/v4.19/windows/
after installation start the pg admin by use below url after installation start the pg admin by use below url
```bash
http://127.0.0.1:58283/browser/# http://127.0.0.1:58283/browser/#
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment