Archived
changed env
This commit is contained in:
+3
-1
@@ -1,12 +1,14 @@
|
||||
version: '3.1'
|
||||
|
||||
services:
|
||||
controll:
|
||||
checkmk:
|
||||
image: checkmk/check-mk-free:2.0.0p18 # local image
|
||||
tmpfs:
|
||||
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
|
||||
ulimits:
|
||||
nofile: 1024
|
||||
env_file:
|
||||
- 'checkmk.env' # site creation
|
||||
container_name: checkmk
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user