Update pgAdmin configuration by removing the published port from .env.example and docker-compose.portainer.yml, and adjust README.md to reflect changes in service exposure and network settings.

This commit is contained in:
Первов Артем
2026-04-16 12:06:03 +03:00
parent 0db7388f08
commit 55438e620a
3 changed files with 5 additions and 11 deletions

View File

@@ -2,7 +2,6 @@ TZ=Europe/Moscow
PGADMIN_DEFAULT_EMAIL=admin@example.com
PGADMIN_DEFAULT_PASSWORD=change-this-password
PGADMIN_PUBLISHED_PORT=5050
PGADMIN_VOLUME_NAME=pgadmin_data
PGADMIN_CONFIG_SERVER_MODE=True