fix: replace container_name to avoid misunderstandings

This commit is contained in:
2025-12-07 04:14:56 +01:00
parent 9c5e037567
commit 1c75382a6e
+1 -1
View File
@@ -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}