请问如何配置docker 中的gitlab,使之能发送邮件?
谢谢!
高洛峰2017-04-22 08:57:43
Enter the container of gitlab docker
docker exec -it $container_id /bin/bash
Edit the gitlab configuration file. It should be the same as the rpm version and is located in the /etc/gitlab/ directory
Configure relevant information of your smtp server
Exit
Restart gitlab docker
docker stop $container_id
docker start $container_id
巴扎黑2017-04-22 08:57:43
What’s going on when the file or folder gitlab does not exist under /etc/ in the container