Hi
On Mon, Jan 7, 2019 at 1:33 AM Juan López wrote:
>
> Hi,
>
> I'm using the next docker-compose configuration:
>
> pgAdmin:
> image: dpage/pgadmin4
> ports:
> - "5050:80"
> environment:
> PGADMIN_DEFAULT_EMAIL: u...@domain.com
> PGADMIN_DEFAULT_PASSWORD: secret
> volumes:
>
Hi,
I'm using the next docker-compose configuration:
pgAdmin:
image: dpage/pgadmin4
ports:
- "5050:80"
environment:
PGADMIN_DEFAULT_EMAIL: u...@domain.com
PGADMIN_DEFAULT_PASSWORD: secret
volumes:
- ./servers.json:/pgadmin4/servers.json
After run the docker, if I execute