Archived
created docker-compose
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: '3.1'
|
||||
|
||||
services:
|
||||
controll:
|
||||
image: checkmk/check-mk-free:2.0.0p18 # local image
|
||||
tmpfs:
|
||||
- /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
|
||||
ulimits:
|
||||
nofile: 1024
|
||||
container_name: checkmk
|
||||
restart: always
|
||||
volumes:
|
||||
- '/etc/localtime:/etc/localtime:ro'
|
||||
- '/volume1/docker/odm-sites:/omd/sites' # folder mapping for local sites
|
||||
ports:
|
||||
- '8095:5000'
|
||||
- '6557:6557'
|
||||
Reference in New Issue
Block a user