feat/checkmk #7

Merged
forust merged 12 commits from feat/checkmk into main 2026-01-19 14:59:21 +00:00
Showing only changes of commit 1c75382a6e - Show all commits
+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}