vineethmn / vaultwarden-docker-compose

A self hosted password manager,
GNU General Public License v2.0
35 stars 21 forks source link

SMPT_SECURITY is invalid. Example .env and config.json needs updating #3

Closed F1zzyD closed 1 week ago

F1zzyD commented 2 months ago

After filling out the necessary fields in the .env and config.json files for docker compose, users will get the error: `SMTP_SECURITY is invalid. It needs to be one of the following options: starttls, force_tls or off`

On top of that, this docker compose version fails to establish a log in for vaultwarden. I'm assuming it's just outdated, but it is useless in this state.

vineethmn commented 2 months ago

I believe SMTP_SECURITY is not included in .env and config.json. I don't this is a mandatory environment. Are you getting this invalid error even if the variable is not configured? if that so, I will amend the same.

Regarding docker-compose version, I will update the same.