Skip to content

Commit

Permalink
Docker-Compose: Avoid setting hostname to '' (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 14, 2022
1 parent a5c6597 commit 06d6666
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 @@ -93,7 +93,7 @@ services:
smtp:
<<: *restart_policy
image: tianon/exim4
hostname: ${SENTRY_MAIL_HOST:-''}
hostname: ${SENTRY_MAIL_HOST:-}
volumes:
- "sentry-smtp:/var/spool/exim4"
- "sentry-smtp-log:/var/log/exim4"
Expand Down

0 comments on commit 06d6666

Please sign in to comment.