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
Passing password by ENV is bad practice and should be replaced by using docker secrets. To accomplish this, the current environment variables could be extended by POSTGRES_PASSWORD_FILE and TIMESKETCH_PASSWORD_FILE which read the file from the appropriate path (usually /run/secrets/secret-name).
The text was updated successfully, but these errors were encountered:
Passing password by
ENV
is bad practice and should be replaced by usingdocker secrets
. To accomplish this, the current environment variables could be extended byPOSTGRES_PASSWORD_FILE
andTIMESKETCH_PASSWORD_FILE
which read the file from the appropriate path (usually/run/secrets/secret-name
).The text was updated successfully, but these errors were encountered: