Skip to content

Commit

Permalink
Chore: Make SMTP empty on docker-compose so registration won't hang o…
Browse files Browse the repository at this point in the history
…ut of the box (RocketChat#23255)
  • Loading branch information
geekgonecrazy authored Sep 23, 2021
1 parent e34af8d commit 9e8d60c
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 @@ -19,7 +19,7 @@ services:
- ROOT_URL=http://localhost:3000
- MONGO_URL=mongodb://mongo:27017/rocketchat
- MONGO_OPLOG_URL=mongodb://mongo:27017/local
- MAIL_URL=smtp://smtp.email
# - MAIL_URL=smtp://smtp.email
# - HTTP_PROXY=http://proxy.domain.com
# - HTTPS_PROXY=http://proxy.domain.com
depends_on:
Expand Down

0 comments on commit 9e8d60c

Please sign in to comment.