From 02f4e0ab4225e8b1b39a251efc0e9e377172dd7d Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sun, 18 Jan 2026 22:39:48 +0100 Subject: [PATCH] chore: switch to named volumes for site storing --- checkmk/compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/checkmk/compose.yaml b/checkmk/compose.yaml index 40a89a6..a16c514 100644 --- a/checkmk/compose.yaml +++ b/checkmk/compose.yaml @@ -7,7 +7,7 @@ services: - CMK_SITE_ID=cmk volumes: - - ./checkmk:/omd/sites + - sites:/omd/sites tmpfs: - /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 ports: @@ -46,4 +46,6 @@ services: networks: proxy: - external: true \ No newline at end of file + external: true +volumes: + sites: \ No newline at end of file