Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d0ceb4

Browse files
authored
Merge pull request khezen#8 from wsierakowski/pgadmin-new-server
docs: add details for adding a new server in pgadmin
2 parents 6467d20 + 41bdb5e commit 4d0ceb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ This Compose file contains the following environment variables:
2929
* **URL:** `http://localhost:5050`
3030
* **Username:** [email protected] (as a default)
3131
* **Password:** admin (as a default)
32+
33+
## Add a new server in PgAdmin:
34+
* **Host name/address** `postgres`
35+
* **Port** `5432`
36+
* **Username** as `POSTGRES_USER`, by default: `postgres`
37+
* **Password** as `POSTGRES_PASSWORD`, by default `changeme`

0 commit comments

Comments
 (0)