From 1c75382a6eacfc6bf15617d565f3565915d07ad0 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sun, 7 Dec 2025 04:14:56 +0100 Subject: [PATCH] fix: replace container_name to avoid misunderstandings --- checkmk/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkmk/compose.yaml b/checkmk/compose.yaml index 4d8e69d..da2c8bd 100644 --- a/checkmk/compose.yaml +++ b/checkmk/compose.yaml @@ -1,7 +1,7 @@ services: checkmk: image: "checkmk/check-mk-raw:2.4.0-latest" - container_name: "monitoring" + container_name: "checkmk" environment: - CMK_PASSWORD=${CMK_PASSWORD:-password} - TZ=${TZ:-Europe/Moscow}