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 - CMK_SITE_ID=cmk
volumes: volumes:
- checkmk:/omd/sites - ./checkmk:/omd/sites
tmpfs: tmpfs:
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 - /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
ports: ports:
- 5000:5000 - 5555:5000
- 6776:8000 - 6776:8000
- 6556:6556 - 6556:6556
restart: always restart: always
@@ -39,8 +39,6 @@ services:
networks: networks:
- traefik-proxy - traefik-proxy
volumes:
checkmk:
networks: networks:
traefik-proxy: traefik-proxy:
external: true external: true