You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In documentation for Docker secret POSTGRES_PASSWORD_FILE is used. With 9.6:apline version password from Secret is not set but when i use ENV variable POSTGRES_DB_PASSWORD_FILE it works.
Should it be POSTGRES_DB_PASSWORD_FILE as it is in documentation or it is error ?