chore: switch to named volumes for site storing

This commit is contained in:
2026-01-18 22:39:48 +01:00
parent 4a25622552
commit 02f4e0ab42
+4 -2
View File
@@ -7,7 +7,7 @@ services:
- CMK_SITE_ID=cmk - CMK_SITE_ID=cmk
volumes: volumes:
- ./checkmk:/omd/sites - sites:/omd/sites
tmpfs: tmpfs:
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 - /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
ports: ports:
@@ -46,4 +46,6 @@ services:
networks: networks:
proxy: proxy:
external: true external: true
volumes:
sites: