From 71065d3f8f6d6fd9eab98bb9c444795c0573dac6 Mon Sep 17 00:00:00 2001 From: mifi Date: Thu, 12 Feb 2026 15:48:43 -0300 Subject: [PATCH] Container name change --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a9a3854..3d282b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: mta-sts: image: git.mifi.dev/mifi-holdings/mta-sts:latest - container_name: mail-mta-sts + container_name: mifi-mail-mta-sts healthcheck: test: ["CMD", "wget", "--spider", "-q", "http://localhost"] interval: 30s