Skip to content

Commit 5e6b675

Browse files
authored
Fix another typo
1 parent f9b4460 commit 5e6b675

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
@@ -28,7 +28,7 @@ x-common:
2828
PTERODACTYL_CLIENT_ALLOCATIONS_RANGE_END: "${AUTO_ALLOCATION_END_PORT}"
2929
mail:
3030
&mail-environment
31-
MAIL_FROM_ADDRESS: "no-reply.${DOMAIN}"
31+
MAIL_FROM_ADDRESS: "no-reply@${DOMAIN}"
3232
MAIL_FROM_NAME: "${APP_NAME}"
3333
MAIL_DRIVER: "${MAIL_DRIVER}"
3434
MAIL_HOST: "${SMTP_SERVER}"

0 commit comments

Comments
 (0)