Hi Simon,
Can you please share the docker logs for v7?
On Tue, May 16, 2023 at 6:21 AM Simon Thorpe
wrote:
> Note, I rolled back and used 6.21 of pgadmin...
>
> pgadmin:
> container_name: pgadmin
> image: dpage/pgadmin4:6.21
> depends_on:
> - postgresdb
> environment:
>
Note, I rolled back and used 6.21 of pgadmin...
pgadmin:
container_name: pgadmin
image: dpage/pgadmin4:6.21
depends_on:
- postgresdb
environment:
- PGADMIN_DEFAULT_PASSWORD=nottherealpassword
- PGADMIN_DEFAULT_EMAIL=ad...@domain.com
ports:
- "3004:80"
I sti
Hi
I'm running a postgres server in a docker container and pgadmin in another
docker container, i'm using a docker compose file to build them both. I am able
to start both containers fine, I can access the pgadmin UI fine. I can login
and add a new server, all seems well. I can see and navigate