You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,4 +34,14 @@ This Compose file contains the following environment variables:
34
34
***Host name/address**`postgres`
35
35
***Port**`5432`
36
36
***Username** as `POSTGRES_USER`, by default: `postgres`
37
-
***Password** as `POSTGRES_PASSWORD`, by default `changeme`
37
+
***Password** as `POSTGRES_PASSWORD`, by default `changeme`
38
+
39
+
## Logging
40
+
pgAdmin logs can be quite verbose and there's no application setting to control them but we can disable them at a docker level if they bother you.
41
+
42
+
Add the following to the `pgadmin` service in the `docker-compose.yml` so it looks like [this](https://github.com/khezen/compose-postgres/pull/23/files):
0 commit comments