Thread: configure pgadmin for docker-compose

configure pgadmin for docker-compose

From
Andrey Somov
Date:
Hi all,
I would like to launch pgAdmin 4 as a docker container
(using docker compose together with the database)

It works.

But I have to configure the server connection for every restart.
Is is possible to pass a configuration to the running docker container ?
If not what is the easiest way to create a docker image with a predefined server configuration (hostname, username, password etc) ?

Thank you,
Andrey