diff --git a/compose.override.yml b/compose.override.yml index 5c725aa..9bf68b2 100644 --- a/compose.override.yml +++ b/compose.override.yml @@ -36,7 +36,7 @@ services: # Dev mail catcher — Kratos recovery/verification emails land here (web UI on 8025). # kratos.yml points the courier at smtp://mailpit:1025; prod uses a real SMTP via env. mailpit: - image: axllent/mailpit:v1.30.1 + image: axllent/mailpit:v1.30.3 ports: - "8025:8025" restart: unless-stopped