khezen / compose-postgres

Postgresql & pgadmin4 powered by compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgAdmin authentication did not work

anhhtca opened this issue · comments

Hi,

I used the enviroment params below:

      PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:-pgadmin4@pgadmin.org}
      PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin}
      PGADMIN_CONFIG_SERVER_MODE: 'False'

When I access pgAdmin on browser, there are no authentication required.

How can to resolve it ?
Regrads,