enable password hint by default

This commit is contained in:
2025-05-04 11:51:24 +02:00
parent 3a7f9abfc0
commit d537c2fe4e

View File

@@ -21,7 +21,7 @@ podman create \
--name vaultwarden \
--restart=unless-stopped \
-e DOMAIN=https://$DOMAIN \
-e SHOW_PASSWORD_HINT=false \
-e SHOW_PASSWORD_HINT=true \
-e SMTP_HOST=$SMTP_HOST \
-e SMTP_FROM=$SMTP_FROM \
-e SMTP_PORT=$SMTP_PORT \