Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 6467d20 + 41bdb5e commit 4d0ceb4Copy full SHA for 4d0ceb4
README.md
@@ -29,3 +29,9 @@ This Compose file contains the following environment variables:
29
* **URL:** `http://localhost:5050`
30
* **Username:** [email protected] (as a default)
31
* **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