mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Update mailpit to latest (#4710)
* Update mailpit to 1.10 * Update local.yml
This commit is contained in:
parent
5916bf529e
commit
fd3643564e
|
@ -58,7 +58,7 @@ services:
|
|||
{%- if cookiecutter.use_mailpit == 'y' %}
|
||||
|
||||
mailpit:
|
||||
image: axllent/mailpit:v1.8
|
||||
image: axllent/mailpit:latest
|
||||
container_name: {{ cookiecutter.project_slug }}_local_mailpit
|
||||
ports:
|
||||
- "8025:8025"
|
||||
|
|
Loading…
Reference in New Issue
Block a user