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
Would you be open to supporting #{parameter_name}_FILE for also reading configurations from a file? I ask because Docker Secrets writes configurations to a file.
Hello again,
Would you be open to supporting
#{parameter_name}_FILE
for also reading configurations from a file? I ask because Docker Secrets writes configurations to a file.Someone asked on Dozzle if I support this amir20/dozzle#1927
I could support it but maybe this library should also support it. So the logic would be
--parameter-name
PARAMETER_NAME
in ENVPARAMETER_NAME_FILE
is set, read that file.What do you think?
The text was updated successfully, but these errors were encountered: