mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
Docker Secret on SMTP_PASSWORD #1578
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @reraxe on GitHub.
Is it possible to get a docker secret feature on (SMTP_PASSWORD=supersecretpassword) so it's not exposed?
for example: SMTP_PASSWORD_FILE=/run/secrets/supersecretpassword
Thanks!