mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-08-31 00:10:30 +00:00
fix: pin maildev version to 2.2.1 (#896)
fix: pin maildev version to 2.2.1; latest now points to 3.x Signed-off-by: Assisting <erik@eriklabine.com>
This commit is contained in:
@@ -70,7 +70,7 @@ services:
|
|||||||
|
|
||||||
# Mock SMTP server
|
# Mock SMTP server
|
||||||
maildev:
|
maildev:
|
||||||
image: maildev/maildev
|
image: maildev/maildev:2.2.1
|
||||||
ports:
|
ports:
|
||||||
- "14025:25"
|
- "14025:25"
|
||||||
- "14080:8080"
|
- "14080:8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user