g?
>
>
> Simon
> --
> *From:* Aditya Toshniwal
> *Sent:* Monday, May 15, 2023 10:36 PM
> *To:* Simon Thorpe
> *Cc:* pgadmin-support@lists.postgresql.org <
> pgadmin-support@lists.postgresql.org>
> *Subject:* Re: Help with running pgadmin in a docke
3 8:17 AM
To: Aditya Toshniwal
Cc: pgadmin-support@lists.postgresql.org
Subject: Re: Help with running pgadmin in a docker container
Attached...
Seems like a csrf problem. A quick google search and it seems that when Docker
is
https://stackoverflow.com/questions/65233859/dockerize-pgadmin-the-
g the csrf check. Should the logout call delete a cookie or something?
Simon
From: Aditya Toshniwal
Sent: Monday, May 15, 2023 10:36 PM
To: Simon Thorpe
Cc: pgadmin-support@lists.postgresql.org
Subject: Re: Help with running pgadmin in a docker container
Hi
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