mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 00:22:29 +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' %}
|
{%- if cookiecutter.use_mailpit == 'y' %}
|
||||||
|
|
||||||
mailpit:
|
mailpit:
|
||||||
image: axllent/mailpit:v1.8
|
image: axllent/mailpit:latest
|
||||||
container_name: {{ cookiecutter.project_slug }}_local_mailpit
|
container_name: {{ cookiecutter.project_slug }}_local_mailpit
|
||||||
ports:
|
ports:
|
||||||
- "8025:8025"
|
- "8025:8025"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user