Skip to content

Jamesits/docker-meshcentral2

Repository files navigation

MeshCentral2 Docker Image

Build Status

System Requirements

  • Memory: 300MiB

Usage

Docker Compose

cp -r example deploy

# edit your MongoDB password and MeshCentral config now in deploy/

docker-compose -f docker-compose.yml up -d

Docker

You need to set up your own config and database.

docker run --name=meshcentral2 \
	--restart=unless-stopped \
	-e NODE_ENV=production \
	-p 80:80 \
	-p 443:443 \
	-p 4443:4443 \
	-it jamesits/meshcentral2:latest