We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
to the web server service add
depends_on: - mailer ... environment: - WEBWORK_SMTP_SERVER=mailer
Add the new service:
mailer: image: mailhog/mailhog ports: - "8025:8025"
You are going to use localhost:8025 to see the web UI of the mailer service.
localhost:8025
As the smtpPort is not set by the docker-entrypoint.sh.... you get into the running container and:
sed -i -e "s/#\$mail{smtpPort} = 25;/\$mail{smtpPort} = 1025;/" webwork2/conf/site.conf