Skip to content

Commit 06d6666

Browse files
authored
Docker-Compose: Avoid setting hostname to '' (#1365)
1 parent a5c6597 commit 06d6666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ services:
9393
smtp:
9494
<<: *restart_policy
9595
image: tianon/exim4
96-
hostname: ${SENTRY_MAIL_HOST:-''}
96+
hostname: ${SENTRY_MAIL_HOST:-}
9797
volumes:
9898
- "sentry-smtp:/var/spool/exim4"
9999
- "sentry-smtp-log:/var/log/exim4"

0 commit comments

Comments
 (0)