Skip to content

[BUG] STARTTLS=true in .env is ignored #61

@nikmit-jisc

Description

@nikmit-jisc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions