We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9574e19 commit 5ccb6a7Copy full SHA for 5ccb6a7
1 file changed
README.md
@@ -42,7 +42,8 @@ Start the Postgres, Django REST, and React services by starting Docker Desktop a
42
- Download a sample of papers to upload from [https://balancertestsite.com](https://balancertestsite.com/)
43
- The email and password of `pgAdmin` are specified in `balancer-main/docker-compose.yml`
44
- 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`
+ - 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
47
- You can use the below code snippet to query the database from a Jupyter notebook:
48
49
```
0 commit comments