Pin mailhog Docker image to v1.0.0

This commit is contained in:
Nikita P. Shupeyko 2017-06-20 23:22:42 +03:00
parent 4b06fe3958
commit 447a0aa484

View File

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