Pin mailhog Docker image to v1.0.0 (#1201)

This commit is contained in:
Shupeyko Nikita 2017-06-20 23:27:41 +03:00 committed by GitHub
parent 4b06fe3958
commit d9f870461b

View File

@ -45,7 +45,7 @@ services:
{% if cookiecutter.use_mailhog == 'y' %}
mailhog:
image: mailhog/mailhog
image: mailhog/mailhog:v1.0.0
ports:
- "8025:8025"
{% endif %}