| From: | Zoltan Albert <znalbert(at)gmail(dot)com> |
|---|---|
| To: | pgadmin-support(at)lists(dot)postgresql(dot)org |
| Subject: | PassFile in docker compose? |
| Date: | 2020-07-22 23:56:56 |
| Message-ID: | CADLc3Q-7Yw_r0HHYm3WThsSUE4p-HkoA9GTUmP4G19n4Rzt5vw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
I'm trying to use docker compose to spin up postgres and pgAdmin services,
and the only sticking point is a minor one: I can't seem to get the
PassFile to work.
I wonder if it's not possible because of the following note at the bottom
this page of the pgAdmin docs
https://www.pgadmin.org/docs/pgadmin4/4.23/server_dialog.html:
```
Note
The password file option is only supported when pgAdmin is using libpq
v10.0 or later to connect to the server.
```
Tried:
- stackoverflowing
- most promising google result:
https://javaoraclesoa.blogspot.com/2020/01/pgadmin-in-docker-provisioning.html
Nothing seemed to work. Am I missing something? Or is it really just not
possible?
Thanks!
Z
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2020-07-23 08:59:18 | Re: PassFile in docker compose? |
| Previous Message | R.R. PRAVEEN RAJA | 2020-07-22 03:48:25 | Re: How to use pgadmin 4 |