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}