changed env

This commit is contained in:
2022-01-24 11:00:50 +01:00
parent e014fbcc39
commit b22e433e80
+3 -1
View File
@@ -1,12 +1,14 @@
version: '3.1' version: '3.1'
services: services:
controll: checkmk:
image: checkmk/check-mk-free:2.0.0p18 # local image image: checkmk/check-mk-free:2.0.0p18 # local image
tmpfs: tmpfs:
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 - /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
ulimits: ulimits:
nofile: 1024 nofile: 1024
env_file:
- 'checkmk.env' # site creation
container_name: checkmk container_name: checkmk
restart: always restart: always
volumes: volumes: