mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 00:53:23 -05:00
[GH-ISSUE #1194] Docker Secret on SMTP_PASSWORD #17614
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 (Oct 19, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1194
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!