mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Pin mailhog Docker image to v1.0.0 (#1201)
This commit is contained in:
parent
4b06fe3958
commit
d9f870461b
|
@ -45,7 +45,7 @@ services:
|
|||
|
||||
{% if cookiecutter.use_mailhog == 'y' %}
|
||||
mailhog:
|
||||
image: mailhog/mailhog
|
||||
image: mailhog/mailhog:v1.0.0
|
||||
ports:
|
||||
- "8025:8025"
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user