Untitled
unknown
plain_text
2 months ago
414 B
7
Indexable
services:
checkmk:
image: checkmk/check-mk-raw:2.3.0p26
container_name: checkmk
environment:
- TZ=Europe/Stockholm
- CMK_PASSWORD=admin
- CMK_SITE_ID=cmk
networks:
- ansible-checkmk
ports:
- 8001:5000
- 162:162/udp
tmpfs:
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
volumes:
- /etc/localtime:/etc/localtime:ro
restart: unless-stoppedEditor is loading...
Leave a Comment