diff --git a/checkmk/compose.yaml b/checkmk/compose.yaml index da2c8bd..512474f 100644 --- a/checkmk/compose.yaml +++ b/checkmk/compose.yaml @@ -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 \ No newline at end of file