SHOW_GRAVATAR_IMAGE is not being processed anymore, or rather: it
still
loads data from an unsolicited third party and tells them the mail
address of the pgadmin user.
docker-compose.yml:
…
environment:
- SHOW_GRAVATAR_IMAGE=False
…
docker exec -ti pgadmin sh
/pgadmin4 # echo $SHOW_GRAVATAR_IMAGE
After upgrading form 3.1 to 3.5 the environment variable
SHOW_GRAVATAR_IMAGE is not being processed anymore, or rather: it still
loads data from an unsolicited third party and tells them the mail
address of the pgadmin user.
docker-compose.yml:
…
environment:
- SHOW_GRAVATAR_IMAGE