Skip to content

Instantly share code, notes, and snippets.

@satoshishop
Created May 25, 2020 01:20
Show Gist options
  • Save satoshishop/87e4759afa698173a6be924d90e82e46 to your computer and use it in GitHub Desktop.
Save satoshishop/87e4759afa698173a6be924d90e82e46 to your computer and use it in GitHub Desktop.
# docker-compose.yml
version: '3.6'
services:
checkmk:
container_name: checkmk
image: checkmk/check-mk-raw:1.6.0-latest
tmpfs:
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
ulimits:
nofile: 1024
volumes:
- ./monitoring:/omd/sites
- /etc/localtime:/etc/localtime:ro
ports:
- "8080:5000"
restart: unless-stopped
networks:
checkmk_network:
networks:
checkmk_network:
@IIIdefconIII
Copy link

im keep getting PermissionError: [Errno 13] Permission denied: '/omd/sites/cmk/tmp'
even when launching from SSH with sudo

@IIIdefconIII
Copy link

ther was een update today, but the problem still excist, an i still didnt got any response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment