New docker image mattermost/mattermost-enterprise-edition ignores environment variables like POSTGRES_USER, POSTGRES_PASSWORD, DB_HOST etc…
I pass the variables to docker image but mattermost still trying to connect to default db host (127.0.0.1) I’ve checked the variables are present in container.
While old image mattermost/mattermost-prod-app works correctly
So config is totally the same, different images works differently, the old one uses environment variables, the new one not.