Skip to content

Commit

Permalink
chore(maildev): remove redundant --hide-extensions STARTTLS option (#…
Browse files Browse the repository at this point in the history
…30)

* chore(maildev): remove redundant `--hide-extensions STARTTLS` option

This is the default option since maildev/maildev#276

* docs(changelog): add references for 2.4.1 entry

* docs(changelog): changelog is automatic
  • Loading branch information
pierreboissinot committed Jul 31, 2024
1 parent 645adac commit 4a4126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
networks:
public:
private:
command: bin/maildev --web 80 --smtp 25 --outgoing-host smtp-relay.gmail.com --outgoing-secure --hide-extensions STARTTLS
command: bin/maildev --web 80 --smtp 25 --outgoing-host smtp-relay.gmail.com --outgoing-secure
labels:
caddy: maildev.${DOCKER_HOST_SUFFIX:-local}
caddy.tls: internal
Expand Down

0 comments on commit 4a4126b

Please sign in to comment.