Skip to content

Commit c2e6589

Browse files
committedJan 9, 2025
fix maybe
1 parent c35b89e commit c2e6589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎maybe/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
SYNTH_API_KEY: ${SYNTH_API_KEY}
2626
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
2727
SMTP_ADDRESS: ${SMTP_ADDRESS}
28-
SMTP_PORT=465: ${SMTP_PORT}
28+
SMTP_PORT: ${SMTP_PORT}
2929
SMTP_USERNAME: ${SMTP_USERNAME}
3030
SMTP_PASSWORD: ${SMTP_PASSWORD}
3131
SMTP_TLS_ENABLED: ${SMTP_TLS_ENABLED}

0 commit comments

Comments
 (0)
Please sign in to comment.