Setting STARTTLS=true in /opt/misp/.env is ignored.
Updating docker-compose.yml so it applies relevant variables from .env fixed this in my testing.
web:
environment:
- SMTP_STARTTLS=${SMTP_STARTTLS:-true}
-
There may be other environment variables that the web container needs.