Skip to content

Commit 5ccb6a7

Browse files
committed
Add documentation on registering the Postgres server in pgAdmin
1 parent 9574e19 commit 5ccb6a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Start the Postgres, Django REST, and React services by starting Docker Desktop a
4242
- Download a sample of papers to upload from [https://balancertestsite.com](https://balancertestsite.com/)
4343
- The email and password of `pgAdmin` are specified in `balancer-main/docker-compose.yml`
4444
- The first time you use `pgAdmin` after building the Docker containers you will need to register the server.
45-
The `Host name/address`, `Username` and `Password` are specified in `balancer-main/docker-compose.yml`
45+
- The `Host name/address` is the Postgres server service name in the Docker Compose file
46+
- The `Username` and `Password` are the Postgres server environment variables in the Docker Compose file
4647
- You can use the below code snippet to query the database from a Jupyter notebook:
4748

4849
```

0 commit comments

Comments
 (0)