using local directory for storing chkmk data

This commit is contained in:
2025-12-07 22:06:30 +01:00
parent 1c75382a6e
commit bfb21adff7
+2 -4
View File
@@ -8,11 +8,11 @@ services:
- CMK_SITE_ID=cmk
volumes:
- checkmk:/omd/sites
- ./checkmk:/omd/sites
tmpfs:
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
ports:
- 5000:5000
- 5555:5000
- 6776:8000
- 6556:6556
restart: always
@@ -39,8 +39,6 @@ services:
networks:
- traefik-proxy
volumes:
checkmk:
networks:
traefik-proxy:
external: true