sameersbn / docker-gitlab

Dockerized GitLab
http://www.damagehead.com/docker-gitlab/
MIT License
7.87k stars 2.14k forks source link

gitlab upgrade to version 10.8.1,Create the gitlab user, reset the password can not receive mail #1644

Closed LivesMountain closed 6 years ago

LivesMountain commented 6 years ago

docker-compose.yml version: '2'

services: redis: restart: always image: sameersbn/redis:latest command:

LivesMountain commented 6 years ago

imageI found this error in the execution queue

mrnonz commented 6 years ago

I think this issue is related to #1638 .

LivesMountain commented 6 years ago

I found a solution to the problem image The port written in the gitlab mail configuration document is 587 But 587 is not the sending port

kfzc899 g5t6e h9 0qhk1

LivesMountain commented 6 years ago

@mrnonz

mikew commented 6 years ago

Does setting the SMTP_PORT environment variable get it working?