From ade466113561ab883c692d4eafd63fe425fa5df5 Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski Date: Thu, 20 Apr 2023 12:50:58 +0200 Subject: [PATCH] add version tag to mailcatcher image --- compose/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose.yaml b/compose/compose.yaml index 31fd3c95a..40876f433 100644 --- a/compose/compose.yaml +++ b/compose/compose.yaml @@ -95,7 +95,7 @@ services: env_file: env/rabbitmq.env mailcatcher: - image: sj26/mailcatcher + image: sj26/mailcatcher:v0.8.2 ports: - "1080:1080"