# docker-compose.yml # Docker Hub: https://hub.docker.com/r/checkmk/check-mk-raw # Documentation: https://docs.checkmk.com/latest/en/ # The WebUI can be found at http://: networks: : external: true services: checkmk: container_name: checkmk image: checkmk/check-mk-raw: networks: - ports: - "5000:5000" # WebUI Port - "8000:8000" # Checkmk Agent Port restart: unless-stopped tmpfs: - /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 ulimits: nofile: 1024 volumes: - /etc/localtime:/etc/localtime:ro - ./sites:/omd/sites