Update mailpit to latest (#4710)

* Update mailpit to 1.10

* Update local.yml
This commit is contained in:
GitBib 2023-12-02 15:24:57 +03:00 committed by GitHub
parent 5916bf529e
commit fd3643564e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"